Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { createErrorClass } from './createErrorClass';
|
||||
export const ObjectUnsubscribedError = createErrorClass((_super) => function ObjectUnsubscribedErrorImpl() {
|
||||
_super(this);
|
||||
this.name = 'ObjectUnsubscribedError';
|
||||
this.message = 'object unsubscribed';
|
||||
});
|
||||
//# sourceMappingURL=ObjectUnsubscribedError.js.map
|
||||
Reference in New Issue
Block a user