server/src/app/Libraries/CorpusParoleException.php
author ymh <ymh.work@gmail.com>
Fri, 04 Mar 2016 10:08:52 +0100
changeset 138 3079cbf80006
parent 4 f55970e41793
permissions -rw-r--r--
add subjects save + set modified date when saing document in rest api

<?php
namespace CorpusParole\Libraries;

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

}