Sha256: f31aa9eeafad9b86767cde0db023928f7ef690d7c71c58803dacacb3a0e843ee

Contents?: true

Size: 139 Bytes

Versions: 8

Compression:

Stored size: 139 Bytes

Contents

class NotAuthenticatedError < StandardError

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby-hackernews-1.2.1 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.2.0 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.1.3 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.1.2 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.1.1 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.1.0 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.0.1 lib/ruby-hackernews/services/not_authenticated_error.rb
ruby-hackernews-1.0.0 lib/HNAPI/services/not_authenticated_error.rb