CatchController.php 93 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. namespace catcher\base;
  4. abstract class CatchController
  5. {
  6. }