8 lines
94 B
PHP
8 lines
94 B
PHP
![]() |
<?php
|
||
|
namespace catcher\exceptions;
|
||
|
|
||
|
|
||
|
class FiledNotFoundException extends CatchException
|
||
|
{
|
||
|
|
||
|
}
|