7 lines
78 B
PHP
7 lines
78 B
PHP
<?php
|
|
namespace phprs\util\exceptions;
|
|
|
|
class NotFound extends \Exception
|
|
{
|
|
}
|