Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeid authored Jun 10, 2019
1 parent 1fc06c7 commit 093da11
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 093da11

Please sign in to comment.