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 requiring a block 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.
151 152 153 |
# File 'lib/vedeu/error.rb', line 151 def 'The required block was not given.' end |