Exception: NeonRAW::Errors::ImageError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

The image you tried to upload wasn’t valid.

Instance Method Summary collapse

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