class
   Crystal::Macros::Rescue
  
  
  Overview
A rescue clause inside an exception handler.
Defined in:
compiler/crystal/macros.crInstance Method Summary
- 
        #body : ASTNode
        
          Returns this rescueclause's body.
- 
        #name : MacroId | Nop
        
          Returns the variable name of the rescued exception, if any. 
- 
        #types : ArrayLiteral | NilLiteral
        
          Returns this rescueclause's exception types, if any.