server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 00:22:31 +0100
changeset 454 710a2ae08a74
parent 133 821253d361d1
permissions -rw-r--r--
rework transcript component to correct various bugs

<?php
namespace CorpusParole\Services;

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