[FIX] *: move OwlError to common

This commit moves OwlError to its own file in the new common folder
such that it is no longer associated with the runtime.
This commit is contained in:
Julien Carion (juca)
2023-07-20 11:15:31 +02:00
committed by Géry Debongnie
parent 9b1c270501
commit 9b1ec5dc0e
23 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import {
useLogLifecycle,
nextAppError,
} from "../helpers";
import { OwlError } from "../../src/runtime/error_handling";
import { OwlError } from "../../src/common/owl_error";
let fixture: HTMLElement;