Exception: Leetcoder::Errors::NoAcceptedQuestions
- Inherits:
-
Leetcoder::Error
- Object
- StandardError
- Leetcoder::Error
- Leetcoder::Errors::NoAcceptedQuestions
- Defined in:
- lib/leetcoder/leetcoder/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
11 12 13 14 |
# File 'lib/leetcoder/leetcoder/errors.rb', line 11 def to_s 'No accepted problems found on your account.' \ 'Please update LEETCODE COOKIE and try again if you think this is an error.' end |