Exception: fatal

Inherits:
Exception show all
Defined in:
error.c

Overview

fatal is an Exception that is raised when ruby has encountered a fatal error and must exit. You are not able to rescue fatal.

Method Summary

Methods inherited from Exception

#==, #backtrace, #exception, exception, #initialize, #inspect, #message, #set_backtrace, #to_s

Constructor Details

This class inherits a constructor from Exception