jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Added HTTP response header and data arrays to exception #86

Closed alexbilbie closed 11 years ago

alexbilbie commented 11 years ago

I've added the HTTP response headers and data to the exception and made them accessible through methods.

The reason I've done this is so I can more easily access the message key in the response data so I can easily see what the actual error is.

alexbilbie commented 11 years ago

Sorry I completely forgot to run any tests - I'll fix this