server/src/app/Services/ViafResolverException.php
author ymh <ymh.work@gmail.com>
Thu, 10 Dec 2015 18:57:58 +0100
changeset 26 72f51a9386ff
parent 23 037687868bc4
permissions -rw-r--r--
upgrade libs and correct tests

<?php
namespace CorpusParole\Services;

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