Sha256: d0376d1113802d6a3c46869bb733e326e6c78d03f303bcb1f988cfd98b75fe4d

Contents?: true

Size: 423 Bytes

Versions: 3

Compression:

Stored size: 423 Bytes

Contents

# frozen_string_literal: true

module Capistrano
  module ASG
    module Rolling
      # Base class for exceptions.
      class Exception < StandardError
      end

      class NoAutoScalingGroup < Capistrano::ASG::Rolling::Exception
      end

      class NoLaunchTemplate < Capistrano::ASG::Rolling::Exception
      end

      class InstanceRefreshFailed < Capistrano::ASG::Rolling::Exception
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-asg-rolling-0.3.0 lib/capistrano/asg/rolling/exception.rb
capistrano-asg-rolling-0.2.1 lib/capistrano/asg/rolling/exception.rb
capistrano-asg-rolling-0.2.0 lib/capistrano/asg/rolling/exception.rb