server/src/app/Services/ViafResolverException.php
author ymh <ymh.work@gmail.com>
Wed, 13 Apr 2016 13:38:40 +0200
changeset 152 dd6b3adde73b
parent 23 037687868bc4
permissions -rw-r--r--
uppercase in libraries to match other folders

<?php
namespace CorpusParole\Services;

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