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

<?php
namespace CorpusParole\Services;

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