Exception: Vedeu::Error::RequiresBlock Private
- Inherits:
-
StandardError
- Object
- StandardError
- Vedeu::Error::RequiresBlock
- Defined in:
- lib/vedeu/error.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Raised when a method expecting a block to be given was not given the block.
Instance Method Summary collapse
-
#message ⇒ String
private
Returns an error message.
Instance Method Details
#message ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an error message.
108 109 110 |
# File 'lib/vedeu/error.rb', line 108 def 'The required block was not given.'.freeze end |