class AMIToolExceptions::EC2StopExecution

This is more for flow control than anything else. Raising it should terminate execution, but not print an error.

This is more for flow control than anything else. Raising it should terminate execution, but not print an error.

Attributes

code[RW]

Public Class Methods

new(code=0) click to toggle source
Calls superclass method
# File lib/ec2/amitools/tool_base.rb, line 45
def initialize(code=0)
  super()
  @code = code
end