Socket
Book a DemoInstallSign in
Socket

@onboardmobility/exception

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onboardmobility/exception

Generic exception class

latest
Source
npmnpm
Version
8.0.0
Version published
Weekly downloads
271
182.29%
Maintainers
1
Weekly downloads
 
Created
Source

@onboardmobility/exception

TODO: description

Usage

const exception = require('@onboardmobility/exception');

throw new exception({
    message: `Error message`,
    internalCode: 'error.internalCode',
    status: 500,
    clientMessage: 'Please check your code',
});

FAQs

Package last updated on 22 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