Module: Boomerang::Errors

Defined in:
lib/boomerang/errors.rb

Defined Under Namespace

Classes: AWSError, BoomerangError, ConnectionError, HTTPError

Class Method Summary collapse

Class Method Details

.const_missing(error_name) ⇒ Object

:nodoc:



19
20
21
# File 'lib/boomerang/errors.rb', line 19

def self.const_missing(error_name)  # :nodoc:
  const_set(error_name, Class.new(AWSError))
end