Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sentry / @nestjs/core   js

Repository URL to install this package:

Version: 7.0.10 

/ errors / exception-handler.d.ts

import { RuntimeException } from './exceptions/runtime.exception';
export declare class ExceptionHandler {
    private static readonly logger;
    handle(exception: RuntimeException | Error): void;
}