YfySdkException
class YfySdkException extends Exception
Class YfySdkException
Properties
protected string | $code |
Methods
__construct(string|null $message = null, string $errors = null, string $requestId = null)
YfySdkException constructor.
string
getRequestId()
获取request id
setRequestId(string $requestId)
设置request id
array
getErrors()
获取错误信息
setErrors(array $errors)
设置错误信息
string
__toString()
重载__toString方法
Details
at line 34
__construct(string|null $message = null, string $errors = null, string $requestId = null)
YfySdkException constructor.
at line 57
string
getRequestId()
获取request id
at line 67
setRequestId(string $requestId)
设置request id
at line 77
array
getErrors()
获取错误信息
at line 87
setErrors(array $errors)
设置错误信息
at line 99
string
__toString()
重载__toString方法