Skip to content

Commit

Permalink
Added error constant in case response header retrieval fails. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jan 2, 2018
1 parent 872c4a0 commit e201559
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Http/Handler/ResponseHandlerError.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
*/
class ResponseHandlerError extends ResponseHandlerBase
{
/**
* Error constants.
*/
const ERROR_COULD_NOT_DETERMINE_RESPONSE_ID_HEADER =
'The response header "X-Bunq-Client-Response-Id" or "x-bunq-client-response-id" could not be found.';

/**
* Field constants.
*/
Expand Down

0 comments on commit e201559

Please sign in to comment.