Method: ActiveSupport::EncryptedConfiguration::InvalidContentError#message
- Defined in:
- activesupport/lib/active_support/encrypted_configuration.rb
#message ⇒ Object
41 42 43 |
# File 'activesupport/lib/active_support/encrypted_configuration.rb', line 41 def cause.is_a?(Psych::SyntaxError) ? "#{super}\n\n #{cause.}" : super end |