class Crython::CallError

Overview

Raised when an error occurs while calling a Python method

Defined in:

crython/error.cr

Constructors

Constructor Detail

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

[View source]