@nova-ts/core
Version:
A serverside framework used to build scalable application
15 lines (13 loc) • 362 B
JavaScript
import {
ExceptionRegistry
} from "./chunk-ZRXV7W7K.js";
// src/Decorators/ExceptionHandler.ts
function ExceptionHandler(type) {
return function(target, propertyKey, discriptor) {
ExceptionRegistry.set(type, { constructor: target.constructor, method: discriptor.value });
};
}
export {
ExceptionHandler
};
//# sourceMappingURL=chunk-6AVGSID4.js.map