server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Thu, 24 Nov 2016 14:39:50 +0100
changeset 445 b1e5ad6b2a29
parent 133 821253d361d1
permissions -rw-r--r--
Display created date instead of issued

<?php
namespace CorpusParole\Services;

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