disable warning 'the thrown object must be an instance of the exception'
Seems like PhpStorm gets "stuck" thinking the project is a PHP7 project, even if you change the PHP version in Settings. I solved this by removing the .idea
directory altogether, and reopening the directory as a fresh project.
i meet the same error
your Exception class must extend from \Exception
;
instead of extend from Exception
;