server/src/app/Services/ViafResolverException.php
author ymh <ymh.work@gmail.com>
Sun, 02 Oct 2016 11:49:00 +0200
changeset 308 e032d686d88e
parent 23 037687868bc4
permissions -rw-r--r--
add hierarchy info in document indexation + geostats api controllers + add some keys to geonames resolver

<?php
namespace CorpusParole\Services;

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