RosettaCodeData/Task/Exceptions/PHP/exceptions-1.php

5 lines
86 B
PHP
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
class MyException extends Exception
{
// Custom exception attributes & methods
}