method
new
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::EncryptedConfiguration::InvalidContentError
new(content_path)public
No documentation available.
# File activesupport/lib/active_support/encrypted_configuration.rb, line 37
def initialize(content_path)
super "Invalid YAML in '#{content_path}'."
end