class WeebSh::Err::TagExists
Raised when trying to add an existing tag to an image
Public Instance Methods
message()
click to toggle source
The default message for the error
# File lib/weeb/err.rb, line 47 def message 'Tags existed already or had no content!' end