Sha256: d39aa645f21ce8711994a6091569268b2b52c52ea2759b556c00f79ddb9973b8
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-asg-rolling-0.1.0 | lib/capistrano/asg/rolling/exception.rb |