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

<?php
namespace CorpusParole\Libraries;

/**
 * Exception class
 */
class CorpusParoleException extends \Exception {

}