Assertion function that throws if the provided Option is None. This is useful for cases where you need to assert that an Option contains a value.
The Option to check
If the Option is None
Assertion function that throws if the provided Option is None. This is useful for cases where you need to assert that an Option contains a value.