Exception: Mangadex::UserNotLoggedIn

Inherits:
Error
  • Object
show all
Defined in:
lib/mangadex.rb

Overview

Since:

  • 5.3.0

Instance Method Summary collapse

Instance Method Details

#messageObject

Since:

  • 5.3.0



31
32
33
# File 'lib/mangadex.rb', line 31

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