server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Mon, 12 Dec 2016 17:37:54 +0100
changeset 468 8fe093d88efe
parent 4 f55970e41793
permissions -rw-r--r--
correct min, max calculations when theme list change

<?php
namespace CorpusParole\Libraries;

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

}