Skip to content

Commit

Permalink
Merge pull request #12 from assertis/new_response_status_type
Browse files Browse the repository at this point in the history
success as a new possible response status
  • Loading branch information
orzeuek authored Jun 27, 2016
2 parents be8896d + 417b1ae commit 78c0994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ abstract class RequestException extends Exception
const TYPE_ERROR = 'error';
const TYPE_FAIL = 'fail';
const TYPE_OK = 'ok';
const TYPE_SUCCESS = 'success';

/**
* @return int
Expand Down

0 comments on commit 78c0994

Please sign in to comment.