Exception: WeebSh::Err::InvalidImage

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/weeb/err.rb

Overview

Raised when trying to interact with a non-existant image

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



55
56
57
# File 'lib/weeb/err.rb', line 55

def message
  'Non-existant image!'
end