server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Fri, 22 Apr 2016 11:20:17 +0200
changeset 153 338bcc78d431
parent 133 821253d361d1
permissions -rw-r--r--
add HandleClient implementation + configuration + tests

<?php
namespace CorpusParole\Services;

class BnfResolverException extends \Exception {
    // just extend...
}