ActionError constructor

ActionError(
  1. Object innerError,
  2. Channel channel
)

Implementation

ActionError(this.innerError, this.channel);