15 linhas
374 B
PHP
Arquivo Executável
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...
|
|
} |