Exception: RubyAemAws::NotYetImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyAemAws::NotYetImplementedError
- Defined in:
- lib/ruby_aem_aws/error.rb
Overview
Raise this when a method is not yet implemented.
Instance Method Summary collapse
-
#initialize(msg = 'Not yet implemented') ⇒ NotYetImplementedError
constructor
A new instance of NotYetImplementedError.
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 |