class BadManifestError

Public Class Methods

new(manifest, msg) click to toggle source
Calls superclass method
# File lib/ec2/amitools/migratemanifest.rb, line 32
def initialize(manifest, msg)
  super("Bad manifest '#{manifest}': #{msg}")
end