server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Thu, 25 Feb 2016 21:26:15 +0100
changeset 133 821253d361d1
parent 4 f55970e41793
permissions -rw-r--r--
add bnf resolver

<?php
namespace CorpusParole\Libraries;

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

}