server/src/app/Models/ModelsException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:40:26 +0530
changeset 350 c3a6266ebe0a
parent 168 17f10b56c079
permissions -rw-r--r--
Fix loading width height issues

<?php
namespace CorpusParole\Models;

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

}