<?php
declare(strict_types=1);

namespace catcher\base;

use think\Validate;

class CatchValidate extends Validate
{
  
}