Introduce custom exception for missing APP_KEY #34041
Unanswered
bambamboole
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am building an application with an interactive installer.
My first thought was to catch the missing APP_KEY exception to trigger the installation process.
After a short research I found that there is only a RuntimeException thrown.
Now my question:
Would You accept a pull request which introduces a custom
MissingAppKeyException
for the sake of a better catch option?Keeps safe
Beta Was this translation helpful? Give feedback.
All reactions