Improve error handling

This commit is contained in:
2026-05-16 15:10:49 +01:00
parent 6ed262ce59
commit 808b576df1
5 changed files with 25 additions and 3 deletions

View File

@@ -18,4 +18,6 @@ export const OwlClient = new OwlBoardClient(
// API Key Here when ready!!!
);
export function ThrowApiError(e: any): void {}
export { ValidationError, ApiError };