server/src/app/Services/BnfResolverTimeoutException.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 17:58:25 +0100
changeset 521 b3c738a20af8
parent 506 8a5bb4b48b85
permissions -rw-r--r--
Add transcript right declaration, resolve bug #0026452

<?php
namespace CorpusParole\Services;

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