Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created June 3, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfedyashev/2864944 to your computer and use it in GitHub Desktop.
Save nfedyashev/2864944 to your computer and use it in GitHub Desktop.
Ruby's Exception Hierarchy
Exception
NoMemoryError
ScriptError
LoadError
NotImplementedError
SyntaxError
SignalException
Interrupt
StandardError
ArgumentError
IOError
EOFError
IndexError
LocalJumpError
NameError
NoMethodError
RangeError
FloatDomainError
RegexpError
RuntimeError
SecurityError
SystemCallError
SystemStackError
ThreadError
TypeError
ZeroDivisionError
SystemExit
fatal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment