Sha256: 6ae46e324ed940988abb287b9fbd63fd0505dedf8fa600a80151f873bf50e9db

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

module Veeqo
  module Errors
    class Unauthorized < RequestError
      def explanation
        "A request to Veeqo API was sent without a valid authentication"
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
veeqo-0.1.1 lib/veeqo/errors/unauthorized.rb
veeqo-0.1.0 lib/veeqo/errors/unauthorized.rb