Skip to content

Commit

Permalink
Import \RuntimeException
Browse files Browse the repository at this point in the history
The little things… ¯\_(ツ)_/¯
  • Loading branch information
jeromegamez committed Jan 8, 2024
1 parent 309f7e7 commit 4373c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Signer/KeySetError.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
namespace Beste\Firebase\JWT\Signer;

use Beste\Firebase\JWT\Exception;
use RuntimeException;

final class KeySetError extends \RuntimeException implements Exception
final class KeySetError extends RuntimeException implements Exception
{
public static function withReason(string $error): self
{
Expand Down

0 comments on commit 4373c1e

Please sign in to comment.