<?php
/**
* Author: topnuomi
* Date: 2021/1/8/0008 16:37
*/
namespace top\exceptions\app;
use top\exceptions\BaseException;
class CallFailed extends BaseException
{
}