server/src/app/Models/ModelsException.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 13:50:03 +0200
changeset 380 b4f69e646e44
parent 168 17f10b56c079
permissions -rw-r--r--
add artisan action after upgrade, correct provisioning

<?php
namespace CorpusParole\Models;

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

}