Exception: SolidusImportProducts::Exception::AbstractMthodCall
- Inherits:
-
Base
- Object
- StandardError
- Base
- SolidusImportProducts::Exception::AbstractMthodCall
- Defined in:
- lib/solidus_import_products/exception.rb
Instance Method Summary collapse
-
#initialize(msg = 'This methid should be implemented in the subclass') ⇒ AbstractMthodCall
constructor
A new instance of AbstractMthodCall.
Constructor Details
#initialize(msg = 'This methid should be implemented in the subclass') ⇒ AbstractMthodCall
Returns a new instance of AbstractMthodCall.
12 13 14 |
# File 'lib/solidus_import_products/exception.rb', line 12 def initialize(msg = 'This methid should be implemented in the subclass') super end |