cheat sheets.

$ cheat exceptions
Exception
 NoMemoryError
 ScriptError
   LoadError
   NotImplementedError
   SyntaxError
 SignalException
   Interrupt
     Timeout::Error    # require 'timeout' for Timeout::Error
 StandardError         # caught by rescue if no type is specified
   ArgumentError
   IOError
     EOFError
   IndexError
   LocalJumpError
   NameError
     NoMethodError
   RangeError
     FloatDomainError
   RegexpError
   RuntimeError
   SecurityError
   SystemCallError
   SystemStackError
   ThreadError
   TypeError
   ZeroDivisionError
 SystemExit
 fatal
Version 2, updated 879 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )