Exception: PortableText::Errors::UnimplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/portable_text/errors/unimplemented_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Please implement this method") ⇒ UnimplementedError

Returns a new instance of UnimplementedError.



4
5
6
# File 'lib/portable_text/errors/unimplemented_error.rb', line 4

def initialize(msg = "Please implement this method")
  super
end