FirehoseFrameException constructor

const FirehoseFrameException(
  1. String message
)

Returns the new instance of FirehoseFrameException.

Implementation

const FirehoseFrameException(this.message);