<?php

namespace app\common\exception;

use Exception;

/**
 * 应该被捕获器捕获的异常
 */
class CatchException extends Exception
{
}