WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Exceptions
  • Base
  • Network
  • Parsing
  • Server

Class Parsing

JSON related errors.

Exception
┗ WonderPush\Errors\Base
┗ WonderPush\Errors\Parsing
Namespace: WonderPush\Errors
Located at Errors/Parsing.php

Methods summary

public __construct( $jsonErrorCode, $message = '', $codeStr = '0', Exception $previous = null )

Overrides

WonderPush\Errors\Base::__construct
public getJsonErrorCode( void ) : integer

The output of json_last_error();

The output of json_last_error();

Returns

integer

Methods inherited from WonderPush\Errors\Base

getCodeStr()

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Constants summary

Constants inherited from WonderPush\Errors\Base

DEFAULT_MESSAGE

WonderPush PHP library API documentation generated by ApiGen