server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 4 f55970e41793
permissions -rw-r--r--
add events, comment, etc to transcripts

<?php
namespace CorpusParole\Libraries;

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

}