getOrFail<T> abstract method

T getOrFail<T>(
  1. String key
)

Returns the value of the key or throws an exception if not found.

Implementation

T getOrFail<T>(String key);