https://wayhome25.github.io/python/2017/02/26/py-12-exception/
try, except, else
raise
에러를 직접 일으키는 방법 -
사용자가 직접 에러를 발생시키는 기능
많이 사용하면 코드를 읽기 어려워진다.