server/src/app/Models/ModelsException.php
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 19:46:57 +0200
changeset 348 a5e8d037304b
parent 168 17f10b56c079
permissions -rw-r--r--
Solve language display problem in result playlist. problem was in the mirage serializer definition

<?php
namespace CorpusParole\Models;

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

}