server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 22:44:12 +0100
changeset 471 9bfeb7c23dcb
parent 4 f55970e41793
permissions -rw-r--r--
Added tag 0.0.13 for changeset c5cdf35cab7b

<?php
namespace CorpusParole\Libraries;

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

}