Exception: Rubysierung::Error::Strict
- Inherits:
-
Rubysierung::Error
- Object
- StandardError
- Rubysierung::Error
- Rubysierung::Error::Strict
- Defined in:
- lib/rubysierung/error.rb
Instance Method Summary collapse
-
#message ⇒ String
Rubysierung::Error prefixed with self namespace.
Methods inherited from Rubysierung::Error
#initialize, #raise_child, set_data
Constructor Details
This class inherits a constructor from Rubysierung::Error
Instance Method Details
#message ⇒ String
Returns Rubysierung::Error prefixed with self namespace.
51 52 53 |
# File 'lib/rubysierung/error.rb', line 51 def "#{to_s}: #{super}" end |