server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Thu, 09 Jun 2016 17:11:14 +0200
changeset 182 1bcc373adabb
parent 133 821253d361d1
permissions -rw-r--r--
Optimize resolver service to minimize number of requests

<?php
namespace CorpusParole\Services;

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