Closed mlms13 closed 8 years ago
Now you can provide your own error to the existing getOrThrow. Alternatively, there's a new getOrFail that accepts a string. So pure and safe.
getOrThrow
getOrFail
Now you can provide your own error to the existing
getOrThrow
. Alternatively, there's a newgetOrFail
that accepts a string. So pure and safe.