Exception: Leetcoder::Errors::NoAcceptedQuestions

Inherits:
Leetcoder::Error show all
Defined in:
lib/leetcoder/leetcoder/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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