Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
shard
v1.1.0
Shard
Git
NotFound
TypeMismatch
Built with Crystal 1.10.0
2023-10-18 12:18:21 UTC
class
Shard::
TypeMismatch
Shard::TypeMismatch
Exception
Reference
Object
Defined in:
shard/error.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
]