-
**Title:** Support for ES Module Import in `@quantlib/ql`
**Description:**
I encountered an error while predicting the next price using the `@quantlib/ql` library. The error message indicates th…
-
See NGOHub main.ts where we capture ValidationPipe errors and send them to Sentry
-
ExceptionFilter中
```
// 异常类和接口类在同一jar包里,直接抛出
String serviceFile = ReflectUtils.getCodeBase(invoker.getInterface());
String exceptionFile = ReflectUtils.getCodeBase(exception.getClass());
```
在tomcat…
-
Picking up from our discussion from https://github.com/ericjeker/nestjs-sentry-example/issues/1#issuecomment-1737453215 I've now tried the new Setup with. Thanks for your work!
While I first though…
-
I wish render 500 error page when catch exception on my ExceptionFilter.
but display just white page.
```
catch(exception: Error, host: ArgumentsHost) {
const ctx = host…
-
I wrote my own exceptionFilter by implements @nestjs/common/ExceptionFilter:
```
@Catch()
export class HttpExceptionFilter implements ExceptionFilter {
catch(exception: HttpException, response…
-
### Is there an existing issue that is already proposing this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
✅ In a REST appli…
-
suggest ExceptionFilter should't change the RuntimeException again
// directly throw if it's checked exception
if (!(exception instanceof RuntimeException) && (exception instanceof Exception)) {
…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
#### Describe the bug
I used the command 'dotnet try --verbose' and the site started up.
But if I run any code snippets on the website, I get an error:
> [MLS.Agent.Middleware.ExceptionFilter] ?…