4 lines
86 B
PHP
4 lines
86 B
PHP
class MyException extends Exception
|
|
{
|
|
// Custom exception attributes & methods
|
|
}
|