Exception: Rubysierung::Error::Strict

Inherits:
Rubysierung::Error show all
Defined in:
lib/rubysierung/error.rb

Instance Method Summary collapse

Methods inherited from Rubysierung::Error

#initialize, #raise_child, set_data

Constructor Details

This class inherits a constructor from Rubysierung::Error

Instance Method Details

#messageString

Returns Rubysierung::Error prefixed with self namespace.

Returns:

  • (String)

    Rubysierung::Error prefixed with self namespace



51
52
53
# File 'lib/rubysierung/error.rb', line 51

def message
  "#{to_s}: #{super}"
end