class RuntimeError

当尝试执行无效操作时引发的通用错误类。 Kernel#raise 如果没有指定 Exception 类,则会引发 RuntimeError

raise "ouch"

引发异常

RuntimeError: ouch