getOrFail abstract method

String getOrFail(
  1. String key
)

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

Implementation

String getOrFail(String key);