14 linhas
209 B
PHP
14 linhas
209 B
PHP
<?php
|
|
|
|
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
/**
|
|
* Description of MindException
|
|
*
|
|
* @author felipe
|
|
*/
|
|
class MindException extends Exception{
|
|
} |