server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 17:58:25 +0100
changeset 521 b3c738a20af8
parent 4 f55970e41793
permissions -rw-r--r--
Add transcript right declaration, resolve bug #0026452

<?php
namespace CorpusParole\Libraries;

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

}