throwNUI function

void throwNUI(
  1. String module,
  2. String description
)

Implementation

void throwNUI(String module, String description){
  throw Exception("[$module] $description");
}