ArangoDB-PHP API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • triagens
    • ArangoDb

Classes

  • AdminHandler
  • AqlUserFunction
  • Autoloader
  • Batch
  • BatchPart
  • BindVars
  • Collection
  • CollectionHandler
  • Connection
  • ConnectionOptions
  • Cursor
  • Database
  • DefaultValues
  • Document
  • DocumentHandler
  • Edge
  • EdgeDefinition
  • EdgeHandler
  • Endpoint
  • Export
  • ExportCursor
  • Graph
  • GraphHandler
  • Handler
  • HttpHelper
  • HttpResponse
  • QueryCacheHandler
  • QueryHandler
  • Statement
  • TraceRequest
  • TraceResponse
  • Transaction
  • Traversal
  • UpdatePolicy
  • UrlHelper
  • Urls
  • User
  • UserHandler
  • ValueValidator
  • Vertex
  • VertexHandler

Exceptions

  • ClientException
  • ConnectException
  • Exception
  • ServerException

Class ClientException

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.

Exception implements Throwable
Extended by triagens\ArangoDb\Exception
Extended by triagens\ArangoDb\ClientException
Namespace: triagens\ArangoDb
Package: triagens\ArangoDb
Since: 0.2
Located at ClientException.php

Methods summary

public string
# __toString( )

Return a string representation of the exception

Return a string representation of the exception

Returns

string
  • string representation

Magic

Methods inherited from triagens\ArangoDb\Exception

__construct(), disableLogging(), enableLogging()

Methods inherited from Exception

__wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ArangoDB-PHP API Documentation API documentation generated by ApiGen