server/src/app/Libraries/CorpusParoleException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 17 Jul 2016 22:17:24 +0200
changeset 242 523ca6e73353
parent 4 f55970e41793
permissions -rw-r--r--
Add video player Hide/show video player from toolbar

<?php
namespace CorpusParole\Libraries;

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

}