Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
shard
v0.1.0
Shard
NotFound
TypeMismatch
Built with Crystal 1.9.2
2023-10-07 22:39:11 UTC
class
Shard::TypeMismatch
Shard::TypeMismatch
Exception
Reference
Object
Defined in:
shard.cr
Constructors
.new
(key : String, expected : String, got : String)
Instance Method Summary
#expected
: String
#got
: String
#key
: String
Constructor Detail
def self.
new
(key : String, expected : String, got : String)
#
[
View source
]
Instance Method Detail
def
expected
: String
#
[
View source
]
def
got
: String
#
[
View source
]
def
key
: String
#
[
View source
]