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

5 lines
86 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class MyException extends Exception
{
// Custom exception attributes & methods
}