Garden 🌻

throw()

Stop the program immediately, and report the error message given.

Example
throw("Computer is melting!")
Source Code
public fun throw(message: String): NoValue {
  __BUILT_IN_IMPLEMENTATION
}