server/src/app/Services/ViafResolverException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 23 037687868bc4
permissions -rw-r--r--
Notice display logic and design

<?php
namespace CorpusParole\Services;

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