Class RuntimeError
RuntimeError is a subclass of Exception that is raised when the recursion limit is exceeded, or when trying to modify a Hash while iterating over it.
class RuntimeError < Exception
{
# From Exception
0 var @message: String
0 var @traceback: List[String]
}