Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
toshi
v0.1.1
Toshi
Api
ClassMethods
Options
Error
ConnectionLost
NotFound
Built with Crystal 1.9.2
2023-10-08 14:45:48 UTC
class
Toshi::Error
Toshi::Error
Exception
Reference
Object
Direct Known Subclasses
Toshi::Error::NotFound
Defined in:
toshi/error.cr
Constructors
.new
(resp : String | Nil, code : Int32)
Instance Method Summary
#code
: Int32
#resp
: String | Nil
Constructor Detail
def self.
new
(resp : String | Nil, code : Int32)
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]
def
resp
: String | Nil
#
[
View source
]