class CrImage::Exception

Overview

Exception class for any errors thrown by CrImage

Defined in:

cr-image/exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String) #

[View source]
def self.new(error_code : Int32) #

[View source]
def self.new(handle : LibJPEGTurbo::Handle) #

[View source]

Instance Method Detail

def error_code : Int32 | Nil #

[View source]