Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crython
dev
Array
Bool
Char
Complex
Crython
AttributeError
CallError
CrythonError
ImportError
ItemError
Py2Cr
PyObject
TypeError
ValueError
Float32
Float64
Hash
Int128
Int16
Int32
Int64
Int8
NamedTuple
Nil
Number
String
Symbol
Tuple
UInt128
UInt16
UInt32
UInt64
UInt8
Generated using Crystal 1.14.0
2025-04-06 11:18:52 UTC
class
Crython::
TypeError
Crython::TypeError
Crython::CrythonError
Exception
Reference
Object
Overview
Raised when a Python type conversion error occurs
Defined in:
crython/error.cr
Constructors
.new
(from_type : String, to_type : String, original_error : String | Nil =
nil
)
Constructor Detail
def self.
new
(from_type :
String
, to_type :
String
, original_error :
String
|
Nil
=
nil
)
#
[
View source
]