10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace catcher\exceptions;
|
|
|
|
|
|
class FiledNotFoundException extends CatchException
|
|
{
|
|
|
|
} |