server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 22:33:23 +0200
changeset 539 bb12d638cb9f
parent 4 f55970e41793
permissions -rw-r--r--
improve documentation on proxy

<?php
namespace CorpusParole\Libraries;

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

}