server/src/app/Services/BnfResolverException.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:33:07 +0100
changeset 433 65e357e5eecb
parent 133 821253d361d1
permissions -rw-r--r--
correct document permalinks in notice and share buttons

<?php
namespace CorpusParole\Services;

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