class IO::CopyException

Defined in:

wrench/io.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String | Nil = nil, cause : Exception | Nil = nil, count : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def count : Int64 | Nil #

[View source]
def count=(count : Int64 | Nil) #

[View source]