server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Wed, 23 Nov 2016 11:29:37 +0100
changeset 441 65a6c640de7a
parent 4 f55970e41793
permissions -rw-r--r--
correct absolute url creation in helper, again

<?php
namespace CorpusParole\Libraries;

/**
 * Exception class
 */
class CorpusParoleException extends \Exception {

}