server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Thu, 24 Nov 2016 14:39:50 +0100
changeset 445 b1e5ad6b2a29
parent 4 f55970e41793
permissions -rw-r--r--
Display created date instead of issued

<?php
namespace CorpusParole\Libraries;

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

}