Exception: WeebSh::Err::TagExists

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

Overview

Raised when trying to add an existing tag to an image

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



47
48
49
# File 'lib/weeb/err.rb', line 47

def message
  'Tags existed already or had no content!'
end