docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.UnexpectedStateError = void 0;
|
||||
class UnexpectedStateError extends Error {
|
||||
constructor(message, code = 'UNEXPECTED_STATE_ERROR') {
|
||||
super(message);
|
||||
this.code = code;
|
||||
}
|
||||
}
|
||||
exports.UnexpectedStateError = UnexpectedStateError;
|
||||
Reference in New Issue
Block a user