class Mangadex::Errors::UnauthorizedError

Public Instance Methods

message() click to toggle source
# File lib/errors.rb, line 37
def message
  "Oops, you are not authorized to make this call. Make sure you log in with the right account."
end