class CrystGLFW::Error::Any

Overview

Error::Any is the functionally abstract superclass of the different CrystGLFW errors.

Direct Known Subclasses

Defined in:

crystglfw/errors/any.cr

Constructors

Constructor Detail

def self.new #

Returns a new Error::Any with the given error code.

This method accepts the following arguments:

NOTE This method may be called outside a #run block definition without triggering an error.


[View source]