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

4
src/app.d.ts vendored
View File

@@ -4,7 +4,9 @@ declare global {
namespace App {
interface Error {
message: string;
owlCode?: string;
code?: string;
name?: string;
msg?: string;
}
// interface Locals {}
// interface PageData {}