Exception/SdkExceptions/SerializationException.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\SerializationException

Package: Default
Represents a Exception raised during Serialization/Deserialization of entities.
Parent(s)
\SdkException < \IdsException < \Exception
Inherited_from
\SdkException  

Methods

methodpublic__construct(string $message, string $code = 0) : void

Initializes a new instance of the SerializationException class.

Parameters
NameTypeDescription
$messagestring

string-based exception description

$codestring

exception code

methodpublic__construct(string $message, string $code = 0) : void
inherited

Initializes a new instance of the IdsException class.

Inherited from:
Parameters
NameTypeDescription
$messagestring

string-based exception description

$codestring

exception code

methodpublic__toString() : void

Generates a string-based representation of the exception

methodpublic__toString() : void
inherited

Generates a string-based representation of the exception

Inherited from:
Documentation was generated by phpDocumentor 2.8.5.