class Llama::ClosedError

Overview

Raised when an operation uses a native resource after it has been closed.

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(resource_type : String) #

[View source]

Instance Method Detail

def resource_type : String #

[View source]