MCPException constructor
const
MCPException(
- String message, [
- dynamic cause
Implementation
const MCPException(super.message, [super.cause]);
const MCPException(super.message, [super.cause]);