class DBots::Err::RequiresToken

Raised when an authorized endpoint does not have a token

Public Instance Methods

message() click to toggle source

The default message for the error

# File lib/dbots/err.rb, line 15
def message
  'This endpoint requires a token.'
end