Exception: RubyHackernews::NotAuthenticatedError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyHackernews::NotAuthenticatedError
- Defined in:
- lib/ruby-hackernews/services/not_authenticated_error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 |
# File 'lib/ruby-hackernews/services/not_authenticated_error.rb', line 5 def return "You need to authenticate before making this operation" end |