We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'TorMorten\Eventy\Exception' not found in Event.php line 62
Looks like you either need to use Exception; or throw new \Exception
use Exception;
throw new \Exception
I'd submit a pull request but I'm right in the middle of something.
The text was updated successfully, but these errors were encountered:
Root exception
2e58b42
Solves #12
Fixed! Thank you :)
Sorry, something went wrong.
No branches or pull requests
Looks like you either need to
use Exception;
orthrow new \Exception
I'd submit a pull request but I'm right in the middle of something.
The text was updated successfully, but these errors were encountered: