Client-Exception

This exception type will be thrown by the client when there is an error on the client side, i.e. something the server is not involved in.

package ArangoDBClient
since 0.2
inherited_from \ArangoDBClient\Exception

 Methods

Exception constructor.

__construct(string $message = '', integer $code = 0, \Exception $previous = null
Inherited

Parameters

$message

string

$code

integer

$previous

\Exception

Return a string representation of the exception

__toString() : string
magic

Returns

string- string representation

Turn off exception logging

disableLogging() 
InheritedStatic

Turn on exception logging

enableLogging() 
InheritedStatic

 Properties

 

$enableLogging

$enableLogging 

Default

false
Static