server/src/app/Models/ModelsException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 20:23:58 +0200
changeset 315 e3217b6adea3
parent 168 17f10b56c079
permissions -rw-r--r--
Display footer toolbar only when transcript or notice is open

<?php
namespace CorpusParole\Models;

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

}