Exception: GreatPretender::MissingPathHelperError
- Inherits:
-
StandardError
- Object
- StandardError
- GreatPretender::MissingPathHelperError
- Defined in:
- app/helpers/great_pretender/mockups_helper.rb
Instance Method Summary collapse
-
#initialize(message, error) ⇒ MissingPathHelperError
constructor
A new instance of MissingPathHelperError.
Constructor Details
#initialize(message, error) ⇒ MissingPathHelperError
Returns a new instance of MissingPathHelperError.
46 47 48 49 |
# File 'app/helpers/great_pretender/mockups_helper.rb', line 46 def initialize(, error) super() @original_error = error # rubocop:disable Rails/HelperInstanceVariable end |