Sha256: 27cbabea2ac344a06c49782aea1d44ba44a0fa55a2cc800320156a8cb0307d11
Contents?: true
Size: 344 Bytes
Versions: 14
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module Orchestration class OrchestrationError < StandardError; end class AppConnectionError < OrchestrationError; end class DatabaseConfigurationError < OrchestrationError; end class MongoConfigurationError < OrchestrationError; end class UnknownEnvironmentError < DatabaseConfigurationError; end end
Version data entries
14 entries across 14 versions & 1 rubygems