MCPBackgroundExecutionException constructor
MCPBackgroundExecutionException(
- String message, [
- dynamic details
Implementation
MCPBackgroundExecutionException(String message, [dynamic details])
: super(message, 'BACKGROUND_EXECUTION_ERROR', details);