class

VirtualFs::IoError

Inherits VirtualFs::Error / Exception / Reference / Object

Constructors

new(cause : Exception | Nil = nil, path : String | Nil = nil, mount_id : Int32 | Nil = nil)
Source

Instance methods

cause

Returns the previous exception at the time this exception was raised. This is useful for wrapping exceptions and retaining the original exception information.

Source