Exception/ServiceException.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\ServiceException

Package: Default
Represents an exception raised by the Intuit Service.
Parent(s)
\IdsException < \Exception
Children
\ProtocolException
\EndpointNotFoundException
\CommunicationException
\ServerTooBusyException
\FaultException
\ChannelTerminatedException
\RetryException
Inherited_from
\IdsException  

Methods

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

Initializes a new instance of the ServiceException 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.