server/src/app/Services/ViafResolverException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 23 Aug 2016 00:32:11 +0200
changeset 258 12c694392e8e
parent 23 037687868bc4
permissions -rw-r--r--
Add topic to transcript

<?php
namespace CorpusParole\Services;

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