UnhandledInteractionException constructor

UnhandledInteractionException(
  1. ComponentContext context,
  2. ComponentId componentId
)

Create a new UnhandledInteractionException.

Implementation

UnhandledInteractionException(this.context, this.componentId)
    : super('Unhandled interaction: ${componentId.status}');