Skip to content

Commit

Permalink
Rename key into credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Giampaolo Fois authored and pdavide committed Jul 19, 2021
1 parent 80f5c94 commit 8dbbd5b
Show file tree
Hide file tree
Showing 29 changed files with 264 additions and 288 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
/**
* Operation not allowed exception.
*/
class InvalidKeyException extends Exception
class InvalidCredentialException extends Exception
{
/**
* Report the exception.
*/
public function report(): void
{
logger()->error('Key not found: ' . $this->getMessage(),
logger()->error('Credential not found: ' . $this->getMessage(),
[
'event' => EventType::EXCEPTION,
'exception_type' => ExceptionType::INVALID_OPERATION,
Expand Down
Loading

0 comments on commit 8dbbd5b

Please sign in to comment.