server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 18:01:37 +0200
changeset 364 d065d3307805
parent 4 f55970e41793
permissions -rw-r--r--
add script to globally set version

<?php
namespace CorpusParole\Libraries;

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

}