error abstract method

Never error(
  1. String message, [
  2. int line
])

Throws an exception (and stops execution).

Implementation

Never error(String message, [int line]);