server/src/app/Libraries/CorpusParoleException.php
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 15:37:47 +0100
changeset 6 7ae41fc5b50b
parent 4 f55970e41793
permissions -rw-r--r--
init corpus module ready to embed the ember app

<?php
namespace CorpusParole\Libraries;

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

}