Socket
Book a DemoInstallSign in
Socket

@rym-lib/exception

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rym-lib/exception

It's Exception base class.

latest
npmnpm
Version
1.4.7
Version published
Weekly downloads
39
-80.1%
Maintainers
1
Weekly downloads
 
Created
Source

@rym-lib/exception

It's Exception base class.

Installation

npm i @rym-lib/exception

Usage

import { Exception } from '@rym-lib/exception'

export class NotFoundPageException extends Exception {
  constructor(public uri: string) {
    super(`Not found page "${uri}".`)
  }
}

FAQs

Package last updated on 11 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts