<?php
declare(strict_types=1);

namespace catcher\base;

abstract class CatchController
{

}