Chef::ChefFS::FileSystem::FileSystemError
# File lib/chef/chef_fs/file_system/operation_failed_error.rb, line 25 def initialize(operation, entry, cause = nil) super(entry, cause) @operation = operation end
# File lib/chef/chef_fs/file_system/operation_failed_error.rb, line 30 def message if cause && cause.is_a?(Net::HTTPExceptions) && cause.response.code == "400" "#{super} cause: #{cause.response.body}" else super end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.