fenextjs-error
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { ErrorFenextjs } from "../../Fenextjs"; | ||
export declare class ErrorGoogleKeyNotFound extends ErrorFenextjs { | ||
constructor({}: {}); | ||
constructor(); | ||
} |
@@ -7,3 +7,3 @@ "use strict"; | ||
class ErrorGoogleKeyNotFound extends Fenextjs_1.ErrorFenextjs { | ||
constructor({}) { | ||
constructor() { | ||
super({ | ||
@@ -10,0 +10,0 @@ code: Error_1.ErrorCode.GOOGLE_KEY_NOT_FOUND, |
import { ErrorFenextjs } from "../../Fenextjs"; | ||
export declare class ErrorUserTokenNotFound extends ErrorFenextjs { | ||
constructor({}: {}); | ||
constructor(); | ||
} |
@@ -7,3 +7,3 @@ "use strict"; | ||
class ErrorUserTokenNotFound extends Fenextjs_1.ErrorFenextjs { | ||
constructor({}) { | ||
constructor() { | ||
super({ | ||
@@ -10,0 +10,0 @@ code: Error_1.ErrorCode.USER_TOKEN_NOT_FOUND, |
{ | ||
"name": "fenextjs-error", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34102