Exception: PortableText::Errors::UnimplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- PortableText::Errors::UnimplementedError
- Defined in:
- lib/portable_text/errors/unimplemented_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Please implement this method") ⇒ UnimplementedError
constructor
A new instance of UnimplementedError.
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 |