MCPException constructor

const MCPException(
  1. String message, [
  2. dynamic cause
])

Implementation

const MCPException(super.message, [super.cause]);