server/src/app/Services/BnfResolverTimeoutException.php
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 18:02:04 +0100
changeset 567 271e2afbf830
parent 506 8a5bb4b48b85
permissions -rw-r--r--
Correct share button url

<?php
namespace CorpusParole\Services;

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