4 lines
50 B
PHP
4 lines
50 B
PHP
<?php
|
|
class SimpleException extends Exception
|
|
{
|
|
}
|
<?php
|
|
class SimpleException extends Exception
|
|
{
|
|
}
|