Sha256: 93f706090b8e33b2a71a635e5280c99940c4fdb043fbfe8c095cf185c1ad42fb
Contents?: true
Size: 347 Bytes
Versions: 34
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true module Orchestration class OrchestrationError < StandardError; end class HTTPConnectionError < OrchestrationError; end class DatabaseConfigurationError < OrchestrationError; end class MongoConfigurationError < OrchestrationError; end class UnknownEnvironmentError < DatabaseConfigurationError; end end
Version data entries
34 entries across 34 versions & 1 rubygems