Exception: NeonRAW::Errors::ImageError
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::ImageError
- Defined in:
- lib/NeonRAW/errors.rb
Overview
The image you tried to upload wasn’t valid.
Instance Method Summary collapse
-
#initialize(msg = "The image you tried to upload wasn't valid.") ⇒ ImageError
constructor
A new instance of ImageError.
Constructor Details
#initialize(msg = "The image you tried to upload wasn't valid.") ⇒ ImageError
Returns a new instance of ImageError.
259 260 261 |
# File 'lib/NeonRAW/errors.rb', line 259 def initialize(msg = "The image you tried to upload wasn't valid.") super(msg) end |