Exception: Chef::ChefFS::FileSystem::RubyFileError
- Inherits:
-
OperationNotAllowedError
- Object
- StandardError
- FileSystemError
- OperationNotAllowedError
- Chef::ChefFS::FileSystem::RubyFileError
- Defined in:
- lib/chef/chef_fs/file_system/exceptions.rb
Instance Attribute Summary
Attributes inherited from OperationNotAllowedError
Attributes inherited from FileSystemError
Instance Method Summary collapse
Methods inherited from OperationNotAllowedError
Methods inherited from FileSystemError
Constructor Details
This class inherits a constructor from Chef::ChefFS::FileSystem::OperationNotAllowedError
Instance Method Details
#reason ⇒ Object
90 91 92 93 |
# File 'lib/chef/chef_fs/file_system/exceptions.rb', line 90 def reason result = super result + " (can't safely update ruby files)" end |