class IO::CopyException
- IO::CopyException
- Exception
- Reference
- Object
Defined in:
socks/extra/io.crConstructors
Instance Method Summary
- #bytes : Bytes | Nil
- #bytes=(bytes : Bytes | Nil)
- #count : Int64 | Nil
- #count=(count : Int64 | Nil)
- #len : Int32 | Nil
- #len=(len : Int32 | Nil)
Constructor Detail
def self.new(message : String | Nil = nil, cause : Exception | Nil = nil, len : Int32 | Nil = nil, count : Int64 | Nil = nil, bytes : Bytes | Nil = nil)
#