-
Since graphql-php library catch all possible errors and they are returned as graphQL errors, and we have a few errors that might be generated in a resolver like a DB error or any other kind (like NotF…
-
Firstly thank you for this masterpiece !
And to the problem. Lately I have tried to properly handle Titanium exceptions by using
```
ProxyServer.ExceptionFunc
```
and if this exception occu…
-
### Package
Sentry
### .NET Flavor
.NET
### .NET Version
8.0
### OS
iOS
### SDK Version
4.10.1
### Self-Hosted Sentry Version
_No response_
### Steps to Reproduce
Unsure of how to reprodu…
-
**Describe the bug**
Running `from rdkit import Chem` leads to a segfault on 32-bit architectures (Debian architectures i386 armel and armhf), see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=…
-
Ran into a little error when using the config reloading and OpenAPI validation. I'm playing around with a generic petstore generated example project that has multi-spec enabled.
I want to be able …
-
I would love to see a way to handle exceptions in a better way. I tried to implement it myself utilizing my own loop like this:
```
public function loop(){
while(true) {
try {…
-
First thing, amazing project. Just amazing. You saved me a TON of time.
Is there a way to catch/handle these sort of exceptions ? https://prnt.sc/spbhlg
This happens when I try to use proxies, a…
-
### Port, board and/or hardware
Official Pico w/rp2040
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico with RP2040
### Reproduction
[uncaught_exception_test.py.txt](h…
-
`SpanArguments` should have a field for determining what happens with a thrown exception. The existing default behavior is to do this:
```haskell
forM_ e $ \(SomeException inner) -> do
…
-
The expression
```scheme
(call/cc
(lambda (k)
(define p (make-thread-parameter 'outer))
(define v #f)
(with-exception-handler
(lambda (obj)
(if (non…