Misleading error-messages due to "wrong" type-hint
scrummer opened this issue · 1 comments
scrummer commented
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Follow-up to dachcom-digital/pimcore-dynamic-search#54 - same problem here that the constructor of the custom LuceneException is type-hinted with \Exception
instead of \Throwable
as the parent class which leads to wrong/misleading error messages.