Sha256: e326f74bd0e441052bc7a9ad829043e6aca7c6a1df5143e3b8debb9df5f95234

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

module DMAO
  module API
    module Errors

      class UnsupportedQueryBySystemUUID < StandardError

        def initialize(msg="Querying by system uuid is not supported.")

          super(msg)

        end

      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dmao_api-0.6.0 lib/dmao/api/errors/unsupported_query_by_system_uuid.rb
dmao_api-0.5.0 lib/dmao/api/errors/unsupported_query_by_system_uuid.rb
dmao_api-0.4.0 lib/dmao/api/errors/unsupported_query_by_system_uuid.rb