wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
9 lines (8 loc) • 333 B
JavaScript
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class BedrockAgentRuntimeServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, BedrockAgentRuntimeServiceException.prototype);
}
}