Exception: Mangadex::Errors::UnauthorizedError

Inherits:
AuthenticationError show all
Defined in:
lib/errors.rb

Instance Attribute Summary

Attributes inherited from AuthenticationError

#response

Instance Method Summary collapse

Methods inherited from AuthenticationError

#initialize

Constructor Details

This class inherits a constructor from Mangadex::Errors::AuthenticationError

Instance Method Details

#messageObject



37
38
39
# 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