import { RedisSMQError } from'./redis-smq.error.js';
exportclassPanicErrorextendsRedisSMQError {
getProps() {
return {
code: 'RedisSMQ.Panic',
defaultMessage: 'Fatal error. The system may be in an inconsistent state.',
};
}
}
//# sourceMappingURL=panic.error.js.map