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/websockets   js

Repository URL to install this package:

/ errors / ws-exception.d.ts

export declare class WsException extends Error {
    private readonly error;
    constructor(error: string | object);
    initMessage(): void;
    getError(): string | object;
}