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

<?php
namespace CorpusParole\Services;

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