pg-mvc-service 2.0.40 → 2.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -143,6 +143,12 @@ declare module 'pg-mvc-service' {
143
143
  constructor(errorId: string, message?: string);
144
144
  }
145
145
 
146
+ export class NotFoundException extends Error {
147
+ private errorId: string;
148
+ get ErrorId(): string;
149
+ constructor(errorId: string, message?: string);
150
+ }
151
+
146
152
  export class UnprocessableException extends Error {
147
153
  private errorId: string;
148
154
  get ErrorId(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-mvc-service",
3
- "version": "2.0.40",
3
+ "version": "2.0.41",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/n-daira/npm-pack_mvc-service#readme",
6
6
  "bugs": {