Arquivos
wMind/mind3rd/API/classes/MindException.php
T
Felipe Nascimento de Moura 34fe21947d Added a few more annotations
2011-04-23 01:59:26 -03:00

15 linhas
374 B
PHP
Arquivo Executável

<?php
/**
* This file is part of TheWebMind 3rd generation.
*
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
* @license licenses/mind3rd.license
*/
/**
* The Generic Exception manager.
*
* @author felipe
*/
class MindException extends Exception{
// TODO: build the MindException class...
}