Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pluto
v1.0.1
Pluto
ChannelType
Exception
Format
JPEG
PNG
PPM
Stumpy
WebP
Image
ImageGA
ImageRGBA
Operation
BilinearResize
BoxBlur
Brightness
ChannelSwap
Contrast
Crop
GaussianBlur
HorizontalBlur
VerticalBlur
Built with Crystal 1.9.2
2023-10-08 11:45:10 UTC
class
Pluto::Exception
Pluto::Exception
Exception
Reference
Object
Defined in:
pluto/exception.cr
Constructors
.new
(message : String, error_code : Int32)
.new
(message : String)
.new
(error_code : Int32)
Instance Method Summary
#error_code
: Int32 | Nil
Constructor Detail
def self.
new
(message : String, error_code : Int32)
#
[
View source
]
def self.
new
(message : String)
#
[
View source
]
def self.
new
(error_code : Int32)
#
[
View source
]
Instance Method Detail
def
error_code
: Int32 | Nil
#
[
View source
]