class Crython::ImportError

Overview

Raised when an error occurs during Python module import

Defined in:

crython/error.cr

Constructors

Constructor Detail

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

[View source]