Sha256: e3d43b7cf24359ece3d40c71e1ed0c271ace6f0189fc3ac087ad634f1038d016

Contents?: true

Size: 406 Bytes

Versions: 1

Compression:

Stored size: 406 Bytes

Contents

# encoding: UTF-8

module Rosette
  module Integrations

    # Errors that can be raised during integration operations.
    module Errors
      # Raised whenever an integration is deemed impossible. Impossible
      # integrations happen when Rosette can't determine how an integration
      # should be applied to the system.
      class ImpossibleIntegrationError < StandardError; end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rosette-core-1.0.1 lib/rosette/integrations/errors.rb