Exception: MethodNotOverridden
- Inherits:
-
Exception
- Object
- Exception
- MethodNotOverridden
- Defined in:
- lib/populator/errors.rb
Overview
The exception class used when the process method is not overridden.
Instance Method Summary collapse
-
#message ⇒ String
Set the message to return when the process method is not overridden.
Instance Method Details
#message ⇒ String
Set the message to return when the process method is not overridden.
29 30 31 |
# File 'lib/populator/errors.rb', line 29 def 'You must override the .process method in the extended populator class.' end |