class RubyAemAws::NotYetImplementedError
Raise this when a method is not yet implemented.
Public Class Methods
new(msg = 'Not yet implemented')
click to toggle source
Calls superclass method
# File lib/ruby_aem_aws/error.rb, line 18 def initialize(msg = 'Not yet implemented') super end