view models
This commit is contained in:
3
core/shared/application/ErrorReporter.ts
Normal file
3
core/shared/application/ErrorReporter.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ErrorReporter {
|
||||
report(error: Error, context?: unknown): void;
|
||||
}
|
||||
Reference in New Issue
Block a user