Connect-Exception

This exception type will be thrown by the client when there is an error during connecting to the server.

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

Returns

string- string representation

Turn off exception logging

disableLogging() 
InheritedStatic

Turn on exception logging

enableLogging() 
InheritedStatic

 Properties

 

$enableLogging

$enableLogging 

Default

false
Static