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