Exception: Magick::BinMagick::IOError
- Inherits:
-
BinMagickError
- Object
- StandardError
- BinMagickError
- Magick::BinMagick::IOError
- Defined in:
- lib/rmagick/bin_magick/bin_magick_error.rb
Overview
Raises on an I/O operation fail.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ IOError
constructor
A new instance of IOError.
Constructor Details
#initialize(message) ⇒ IOError
Returns a new instance of IOError.
23 24 25 26 |
# File 'lib/rmagick/bin_magick/bin_magick_error.rb', line 23 def initialize() @message = super end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
21 22 23 |
# File 'lib/rmagick/bin_magick/bin_magick_error.rb', line 21 def @message end |