Skip to content

Commit

Permalink
Merge pull request #1 from jfeid/patch-1
Browse files Browse the repository at this point in the history
Fix class name
  • Loading branch information
adamcmoore authored Jun 11, 2019
2 parents 1fc06c7 + 093da11 commit 19e204e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/ApiValidationException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
namespace InsuranceHub\Exception;

class ValidationException extends Exception
class ApiValidationException extends Exception
{
public function errorMessage() {
return "Invalid Request : ".$this->getMessage();
}
}
}

0 comments on commit 19e204e

Please sign in to comment.