server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Thu, 12 May 2016 11:19:26 +0200
changeset 161 5f011170de74
parent 133 821253d361d1
permissions -rw-r--r--
correct download of discourses fxtures

<?php
namespace CorpusParole\Services;

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