-
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…
-
`(with-exception-handler handler (lambda () body ...))` can be executed as follows:
```
PUSH_CONT ; no need if we're at tail pos
push exception handler
body
:
RET ; no need if we're at ta…
-
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…
-
### 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 …
-
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 …
-
-
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.