Class Base
Base class for WonderPush errors.
The WonderPush API returns string error codes.
This class exposes them as string, in addition to expose their parsed version with Exception::getCode()
.
- Exception
- ┗ WonderPush\Errors\Base
Direct known subclasses
WonderPush\Errors\Network
,
WonderPush\Errors\Parsing
,
WonderPush\Errors\Server
Methods summary
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()