server/src/app/Models/ModelsException.php
author ymh <ymh.work@gmail.com>
Wed, 05 Oct 2016 02:31:25 +0200
changeset 321 aefaad270b9b
parent 168 17f10b56c079
permissions -rw-r--r--
reimplement ThemeController using ES requests to be able to sort by label

<?php
namespace CorpusParole\Models;

use CorpusParole\Libraries\CorpusParoleException;
/**
 * Exception class
 */
class ModelsException extends CorpusParoleException {

}