TOP-framework/framework/extend/wechat/WeChatAPIException.php

8 lines
85 B
PHP

<?php
namespace top\extend\wechat;
class WeChatAPIException extends \Exception
{
}