언어별 에러 핸들링 - ChoDragon9/posts GitHub Wiki
https://madnight.github.io/githut/#/pull_requests/2020/1
python
- https://docs.python.org/ko/3/library/asyncio-dev.html
- try/except: https://www.w3schools.com/python/python_try_except.asp
Java
Go
C++
- try/catch: https://docs.microsoft.com/ko-kr/cpp/cpp/errors-and-exception-handling-modern-cpp?view=vs-2019
ruby
- begin/rescue: http://rubylearning.com/satishtalim/ruby_exceptions.html
PHP
C#
scala
- try/catch, Monad: https://www.google.com/amp/s/blog.knoldus.com/functional-error-handling-in-scala/amp/
Rust
Swift
Kotlin
- try/catch, Nothing: https://kotlinlang.org/docs/reference/exceptions.html
Dart
- then, catchError, whenComplete: https://dart.dev/guides/libraries/futures-error-handling
Clojure
- try/catch/finally: https://www.tutorialspoint.com/clojure/clojure_exception_handling.htm
Haskell
- try catch, Either: https://wiki.haskell.org/Handling_errors_in_Haskell