Skip to content

Exception class not included in namespace #11

@Hawkers

Description

@Hawkers

I'm getting an error because the Exception class isn't added to the namespace:

Fatal error: Uncaught Error: Class 'mattwright/Exception' not found

My fix was to add the following line to the code:

use Exception;

I'm running this as a composer library on PHP 7.4.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions