Skip to content

Commit

Permalink
php stan is now ok on Eception.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 30, 2023
1 parent c07977b commit fdee09d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/AbraFlexi/Exception.php
Expand Up @@ -65,4 +65,14 @@ public function getErrorMessages()
{
return $this->errorMessages;
}

/**
* Raw API Response
*
* @return string
*/
public function getServerResponse()
{
return $this->serverResponse;
}
}

0 comments on commit fdee09d

Please sign in to comment.