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