7 lines
161 B
PHP
7 lines
161 B
PHP
<?php
|
|
namespace WeChatDeviceApi\Exceptions;
|
|
|
|
class ApiException extends \RuntimeException // 或者 \Exception
|
|
{
|
|
// 可以添加更多上下文信息
|
|
} |