server/src/app/Services/BnfResolverTimeoutException.php
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 11:41:34 +0100
changeset 561 bb2cb0fad904
parent 506 8a5bb4b48b85
permissions -rw-r--r--
Small correction on install script

<?php
namespace CorpusParole\Services;

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