server/src/app/Services/BnfResolverTimeoutException.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 14:44:28 +0100
changeset 520 d6adc4047ede
parent 506 8a5bb4b48b85
permissions -rw-r--r--
Add creator in participants, resolve #0026453

<?php
namespace CorpusParole\Services;

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