This pull request by @odersky adds checked exceptions to Scala 3.
https://github.com/lampepfl/dotty/pull/11721 …pic.twitter.com/LkSB7xmu9S
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Ergonomics isn't the problem. Rather it's versioning and focusing on the wrong thing, as handling exceptions is not what matters, closing resources is (i.e the "finally", not the "catch"). Issues are fundamental IMO, but I love seeing people try. https://www.artima.com/articles/the-trouble-with-checked-exceptions …
Can't say that I agree with this. Throwing Exceptions gives you the same problems as null. You either forget to catch something and have run-time errors, or you rely on overly-defensive programming. Some things are truly exceptional, but IMO most errors are not.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.