server/src/app/Services/ViafResolverException.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:33:07 +0100
changeset 433 65e357e5eecb
parent 23 037687868bc4
permissions -rw-r--r--
correct document permalinks in notice and share buttons

<?php
namespace CorpusParole\Services;

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