server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Thu, 20 Oct 2016 11:24:45 +0200
changeset 375 145561ff51ff
parent 4 f55970e41793
permissions -rw-r--r--
change datestats to use elasticsearch

<?php
namespace CorpusParole\Libraries;

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

}