Method: Chef::ChefFS::FileSystem::FileSystemError#cause
- Defined in:
- lib/chef/chef_fs/file_system/exceptions.rb
#cause ⇒ Object (readonly)
The wrapped exception (if any).
37 38 39 |
# File 'lib/chef/chef_fs/file_system/exceptions.rb', line 37 def cause @cause end |