fail

abstract fun fail(t: Exception)
abstract fun fail(message: String, t: Exception)
abstract fun fail(message: String)
abstract fun fail()