module AWS::Errors::ExceptionMixinClassMethods
Provides the ability to instantiate instances of {ServerError} and {ClientError}. @private
Public Instance Methods
new(*args)
click to toggle source
# File lib/aws/errors.rb, line 94 def new(*args) e = Base.new(*args) e.extend(self) e end