Socket
Socket
Sign inDemoInstall

@spinajs/exceptions

Package Overview
Dependencies
Maintainers
0
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/exceptions - npm Package Compare versions

Comparing version 2.0.198 to 2.0.199

5

lib/cjs/index.d.ts

@@ -23,2 +23,7 @@ /**

/**
* Exception thrown when connection to resource is not found
*/
export declare class ConnectionNotFound extends Exception {
}
/**
* Exception thrown when functionality is not supported

@@ -25,0 +30,0 @@ */

8

lib/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpectedResponseUnacceptable = exports.JsonValidationFailed = exports.ResourceDuplicated = exports.UnexpectedServerError = exports.MethodNotImplemented = exports.ResourceNotFound = exports.IOFail = exports.Forbidden = exports.BadRequest = exports.AuthenticationFailed = exports.InvalidOperation = exports.InvalidOption = exports.InvalidArgument = exports.NotSupported = exports.ErrorCode = exports.Exception = void 0;
exports.ExpectedResponseUnacceptable = exports.JsonValidationFailed = exports.ResourceDuplicated = exports.UnexpectedServerError = exports.MethodNotImplemented = exports.ResourceNotFound = exports.IOFail = exports.Forbidden = exports.BadRequest = exports.AuthenticationFailed = exports.InvalidOperation = exports.InvalidOption = exports.InvalidArgument = exports.NotSupported = exports.ConnectionNotFound = exports.ErrorCode = exports.Exception = void 0;
/**

@@ -32,2 +32,8 @@ * Base class of all exceptions in framework

/**
* Exception thrown when connection to resource is not found
*/
class ConnectionNotFound extends Exception {
}
exports.ConnectionNotFound = ConnectionNotFound;
/**
* Exception thrown when functionality is not supported

@@ -34,0 +40,0 @@ */

@@ -23,2 +23,7 @@ /**

/**
* Exception thrown when connection to resource is not found
*/
export declare class ConnectionNotFound extends Exception {
}
/**
* Exception thrown when functionality is not supported

@@ -25,0 +30,0 @@ */

@@ -27,2 +27,7 @@ /**

/**
* Exception thrown when connection to resource is not found
*/
export class ConnectionNotFound extends Exception {
}
/**
* Exception thrown when functionality is not supported

@@ -29,0 +34,0 @@ */

2

package.json
{
"name": "@spinajs/exceptions",
"version": "2.0.198",
"version": "2.0.199",
"description": "exceptions definitions used all across framework modules",

@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc