Exception base class used to throw Arango specific exceptions


package ArangoDBClient
since 0.2

 Methods

Exception constructor.

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

Parameters

$message

string

$code

integer

$previous

\Exception

Turn off exception logging

disableLogging() 
Static

Turn on exception logging

enableLogging() 
Static

 Properties

 

$enableLogging

$enableLogging 

Default

false
Static