class Crython::AttributeError

Overview

Raised when an error occurs while accessing a Python attribute

Defined in:

crython/error.cr

Constructors

Constructor Detail

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

[View source]