RequireException constructor

RequireException(
  1. String message
)

Constructs a new instance of the RequireException

since 0.7.0

Implementation

RequireException(this.message);