server/src/app/Libraries/CorpusParoleException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 15:06:06 +0200
changeset 252 ba4fd614582a
parent 4 f55970e41793
permissions -rw-r--r--
Load player with selected row

<?php
namespace CorpusParole\Libraries;

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

}