class Llama::IncompatibleLibraryError

Defined in:

llama/error.cr

Constructors

Instance Method Summary

Class methods inherited from class Llama::Error

error_message(code : Int32) : String error_message, format_error(message : String, code : Int32 | Nil = nil, context : String | Nil = nil) : String format_error

Constructor Detail

def self.new(expected : String, reported : String) #

[View source]

Instance Method Detail

def expected : String #

[View source]
def reported : String #

[View source]