error function

Exception error(
  1. String msg
)

Implementation

Exception error(String msg) {
    return Exception(msg);
}