<?php
declare(strict_types=1);
namespace catcher\exceptions;
class FiledNotFoundException extends CatchException
{
}