-
Hi!
In yesterday releases (7.1.6, 6.4.13, 5.4.45) symfony fixed it's exception/error handler registration issue with phpunit.
see: https://github.com/symfony/symfony/pull/58372
Now the workarou…
-
create the runtime exception or custom exception
-
**Custom Data Validation – Acceptance Criteria:**
_______________________________________________________________________________________________________
User-related some possible custom exception…
-
Hi
After upgrading to ABP 9 all exceptions are not handled to show an error, message to the client
**The log response from the host API is**
```
`2024-11-23 15:07:40.339 +02:00 [WRN] ---------- Re…
-
### Version
Tested only on v4, but looking at the code it seems to be also present in v5.
### What did you expect to happen?
When a ValidationException is thrown from a route, I would expect …
-
Follow up from #1769: register a callback function on the opengl context object to reset the context when we encounter an error, so that later screen updates will succeed.
-
-
Hello, first thanks for your job for creating such cool tool !
I just tried it and found out that using this in FastAPI
```py
@app.exception_handler(BaseError)
async def base_error_exception_han…
-
According to the Ring spec, a response is something that has a body, a status, and a headers map. In other words, something for which `ring.util.response/response?` returns true.
But some handlers …
-
Briefly discussed in https://github.com/teemtee/tmt/pull/3239#discussion_r1808777407, the [raise-without-from-inside-except (B904)](https://docs.astral.sh/ruff/rules/raise-without-from-inside-except/#…