Skip to content

Commit

Permalink
extend exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomail-cz committed Sep 27, 2018
1 parent f0077f5 commit bce0bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/EcomailRaynetInvalidAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace EcomailRaynet\Exception;

use Throwable;
use Exception;

class EcomailRaynetInvalidAuthorization extends Throwable
class EcomailRaynetInvalidAuthorization extends Exception
{

}

0 comments on commit bce0bfa

Please sign in to comment.