class RuntimeError

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

raise "ouch"

引发异常

RuntimeError: ouch