Class Exception
Exception base class used to throw Arango specific exceptions
- Exception implements Throwable
-
triagens\ArangoDb\Exception
Direct known subclasses
triagens\ArangoDb\ClientException
,
triagens\ArangoDb\ConnectException
,
triagens\ArangoDb\ServerException
Methods summary
public
|
#
__construct( string $message = '', integer $code = 0,
Exception constructor. |
public static
|
|
public static
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message