gedcomx-php-client
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rs
          • Client
            • FamilyTree
            • Helpers
            • Memories
            • Util
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rs
      • Client
        • Exception
        • Options
        • Util
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Exceptions

  • GedcomxApplicationException
  • GedcomxInvalidQueryParameter
  • NullValueException

Class GedcomxApplicationException

Represents an exception within the FamilySearch GEDCOM X application.

Class GedcomxApplicationException

Exception
Extended by Gedcomx\Rs\Client\Exception\GedcomxApplicationException
Namespace: Gedcomx\Rs\Client\Exception
Package: Gedcomx\Rs\Client\Exception
Located at Rs/Client/Exception/GedcomxApplicationException.php

Methods summary

public
# __construct( string $message = "", GuzzleHttp\Psr7\Response $response = null, null $previous = null )

Constructs a new GEDCOM X application exception.

Constructs a new GEDCOM X application exception.

Parameters

$message
[optional]
$response
[optional]
$previous

Overrides

Exception::__construct
public GuzzleHttp\Psr7\Response
# getResponse( )

Gets the response associated with the exception if applicable.

Gets the response associated with the exception if applicable.

Returns

GuzzleHttp\Psr7\Response

Methods inherited from Exception

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

gedcomx-php-client API documentation generated by ApiGen