server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 15:30:16 +0100
changeset 459 6a296e92887f
parent 133 821253d361d1
permissions -rw-r--r--
add a spinner when opening a transcript

<?php
namespace CorpusParole\Services;

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