class Brawlstars::Error::NotFoundError

Public Instance Methods

message() click to toggle source
# File lib/brawlstars.rb, line 22
def message
  'The tag given was not found.'
end