Skip to content

InvalidArgumentException needs use statement in JWK.php #302

Closed
@pendenga

Description

@pendenga

If JWK throws an InvalidArgumentException I get an error "Class 'Firebase\JWT\InvalidArgumentException' not found". This can be resolved by adding this to the top of JWK.php:

use InvalidArgumentException;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions