Exception: RubyHackernews::NotAuthenticatedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby-hackernews/services/not_authenticated_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/ruby-hackernews/services/not_authenticated_error.rb', line 5

def message
  return "You need to authenticate before making this operation"
end