当尝试无效操作时引发的通用错误类。Kernel#raise 如果没有指定 Exception 类,将引发 RuntimeError。
Kernel#raise
Exception
RuntimeError
raise "ouch"
引发异常
RuntimeError: ouch