1
<?php
2
namespace CorpusParole\Services;
3
4
class LexvoResolverException extends \Exception {
5
// just extend...
6
}