class ParameterExceptions::InvalidCombination

Public Class Methods

new(name1, name2) click to toggle source
Calls superclass method
# File lib/ec2/amitools/parameter_exceptions.rb, line 22
def initialize(name1, name2)
  super("#{name1} and #{name2} may not both be provided")
end