server/src/app/Libraries/CorpusParoleException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 14 Oct 2016 19:53:56 +0200
changeset 334 cffb9b124af3
parent 4 f55970e41793
permissions -rw-r--r--
Remove play transcript button if sentence playing

<?php
namespace CorpusParole\Libraries;

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

}