FiledNotFoundException.php 120 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. namespace catcher\exceptions;
  4. class FiledNotFoundException extends CatchException
  5. {
  6. }