UNPKG

@team-supercharge/nest-amqp

Version:
10 lines (9 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationNullObjectException = void 0; class ValidationNullObjectException extends Error { constructor(type) { super(`null received for validation for ${type}`); } } exports.ValidationNullObjectException = ValidationNullObjectException;