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
Each page should be able to have its own error() function alongside go and do.
error()
go
do
The same goes for the _common page.
_common
Then there should be individual files in page/_error:
page/_error
Then we'll be able to have the following scenario:
function go(ShopItem $item)
ShopItem
ServiceLoader
DynamicPath
ShopItemNotFoundException
error(Throwable $reason)
page/_error/@errorCode.html
The text was updated successfully, but these errors were encountered:
g105b
No branches or pull requests
Each page should be able to have its own
error()
function alongsidego
anddo
.The same goes for the
_common
page.Then there should be individual files in
page/_error
:Then we'll be able to have the following scenario:
go
function likefunction go(ShopItem $item)
ShopItem
is loaded in theServiceLoader
according to theDynamicPath
ShopItem
for the currentDynamicPath
ServiceLoader
throws aShopItemNotFoundException
error(Throwable $reason)
function is calledpage/_error/@errorCode.html
is displayedThe text was updated successfully, but these errors were encountered: