server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Fri, 07 Oct 2016 02:07:34 +0200
changeset 324 92fc9d077f95
parent 133 821253d361d1
permissions -rw-r--r--
add pagination info for document list, move it to meta sub object

<?php
namespace CorpusParole\Services;

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