Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never use Option.get, it throws exceptions. Instead of checking if the value is available with Option.isEmpty, then using Option.get, you should get the value while you check for its existence.
- Loading branch information