4 lines
64 B
PHP
4 lines
64 B
PHP
<?php
|
|
class SimpleNotFoundException extends SimpleException
|
|
{
|
|
}
|