class Crython::ItemError

Overview

Raised when an error occurs while accessing an item in a Python collection

Defined in:

crython/error.cr

Constructors

Constructor Detail

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

[View source]