class Crython::TypeError

Overview

Raised when a Python type conversion error occurs

Defined in:

crython/error.cr

Constructors

Constructor Detail

def self.new(from_type : String, to_type : String, original_error : String | Nil = nil) #

[View source]