Skip to content

Commit 7f0f683

Browse files
author
lopesboa
committed
feat: create first error base to be implemented based on business logic
1 parent 323dcd6 commit 7f0f683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Errors/error-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IErrorWithCause } from "../Interfaces
1+
import { IErrorWithCause } from "../Interfaces"
22

33
export class ErrorBase<T extends string> extends Error {
44
public name: T;

0 commit comments

Comments
 (0)