server/src/app/Libraries/CorpusParoleException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Sat, 15 Oct 2016 16:15:07 +0530
changeset 336 f076ddd29e13
parent 4 f55970e41793
permissions -rw-r--r--
Playlist scroll to show playing track in view always

<?php
namespace CorpusParole\Libraries;

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

}