server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Sun, 05 Jun 2016 00:28:45 +0200
changeset 169 8fddc113095e
parent 133 821253d361d1
permissions -rw-r--r--
Correct proble on geo info merging + add geo resource

<?php
namespace CorpusParole\Services;

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