server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Wed, 13 Apr 2016 13:38:40 +0200
changeset 152 dd6b3adde73b
parent 4 f55970e41793
permissions -rw-r--r--
uppercase in libraries to match other folders

<?php
namespace CorpusParole\Libraries;

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

}