Exception: Mangadex::Errors::UserNotLoggedIn

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

Instance Method Summary collapse

Instance Method Details

#messageObject



15
16
17
# File 'lib/errors.rb', line 15

def message
  "You are not logged in. Use [Mangadex::Auth.login] to log in."
end