Throw.onAccessEmptyValue

Handler for case when empty value is accessed.

struct Throw
static
void
onAccessEmptyValue
(
E
)
(
E err
)

Throws

If E inherits from Throwable, the error value is thrown. Otherwise, an Unexpected instance containing the error value is thrown.

Meta