class RemiLib::MkdtempError

Defined in:

libremiliacr.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

toRsconf(io : IO, *, indentSize : Int = 2, alwaysQuoteKeys : Bool = false, explicitRootObject : Bool = false, commaAfterValues : Bool = false, extraNewlineBetweenToplevelKeys : Bool = false) : Nil
toRsconf(*, indentSize : Int = 2, alwaysQuoteKeys : Bool = false, explicitRootObject : Bool = false, commaAfterValues : Bool = false, extraNewlineBetweenToplevelKeys : Bool = false) : String
toRsconf

Class methods inherited from class Object

fromRsconf(toplevel : RemiLib::RSConf::RSValue)
fromRsconf(data : String | IO | Path)
fromRsconf

Constructor Detail

def self.new(message : String | Nil, cause : Exception | Nil, errno : Errno | Nil) #

[View source]
def self.new(message : String, cause : Exception | Nil) #

[View source]
def self.new(message : String) #

[View source]

Instance Method Detail

def errno : Errno | Nil #

[View source]