server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 01:45:47 +0100
changeset 408 c89c11c2def7
parent 133 821253d361d1
permissions -rw-r--r--
temporarely hide the share button

<?php
namespace CorpusParole\Services;

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