class WeebSh::Err::InvalidImage
Raised when trying to interact with a non-existant image
Public Instance Methods
message()
click to toggle source
The default message for the error
# File lib/weeb/err.rb, line 55 def message 'Non-existant image!' end