Core/src/errors/sharkitek-error.ts

5 lines
75 B
TypeScript
Raw Normal View History

/**
* A Sharkitek error.
*/
2025-06-23 20:31:34 +02:00
export class SharkitekError extends Error {}