class AMIToolExceptions::EC2FatalError

All fatal errors should inherit from this.

All fatal errors should inherit from this.

Attributes

code[RW]

Public Class Methods

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