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 ConnectException

Connect-Exception

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

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

Methods summary

public string
# __toString( )

Return a string representation of the exception

Return a string representation of the exception

Returns

string
  • string representation

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