Exception: RubyAemAws::NotYetImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_aem_aws/error.rb

Overview

Raise this when a method is not yet implemented.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Not yet implemented') ⇒ NotYetImplementedError

Returns a new instance of NotYetImplementedError.



18
19
20
# File 'lib/ruby_aem_aws/error.rb', line 18

def initialize(msg = 'Not yet implemented')
  super
end