Replies: 1 comment 1 reply
-
It is not possible right now. However, feel free to open a PR in the Lucid repo https://github.com/adonisjs/lucid |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to know when 'E_ROW_NOT_FOUND' is thrown, what model is the error coming from, so I can tell User what model/data can't be found.
In Laravel, I could do something like
$e->getPrevious()->getModel()
fromNotFoundHttpException
class.Beta Was this translation helpful? Give feedback.
All reactions