<?php /** * @package merchant * * @author xaboy * @day 2020-05-18 * * */ namespace crmeb\exceptions; use Throwable; class SmsException extends \Exception { }