HiveError constructor

HiveError(
  1. String message
)

Create a new Hive error (internal)

Implementation

HiveError(this.message);