FamilySearch / gedcomx-php

PHP SDK for GEDCOM X Processing. See the documentation at
http://familysearch.github.io/gedcomx-php/
Other
35 stars 15 forks source link

Throw Exceptions for certain HTTP responses #20

Closed jimmyz closed 9 years ago

jimmyz commented 9 years ago

The client should throw exceptions on the following HTTP responses:

The exceptions should fall within the Gedcomx\Rs\Client\Exception namespace. The exceptions should contain the HTTP response, the code, and the server message.

justincy commented 9 years ago

I approve.

justincy commented 9 years ago

We're going to implement this as an option in the FamilySearch client, if possible.