FlyException constructor

FlyException(
  1. String code,
  2. String? message,
  3. dynamic throwable
)

Constructs a FlyException with the given code, message, and throwable.

Implementation

FlyException(this.code, this.message, this.throwable);