server/src/app/Models/ModelsException.php
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 04:43:18 +0100
changeset 389 2204faa0b41a
parent 168 17f10b56c079
permissions -rw-r--r--
Correct problem in spaqrl client in php 56 + add line numbering in result table

<?php
namespace CorpusParole\Models;

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

}