Method: SimpleDeploy::AWS::CloudFormation::Error#initialize
- Defined in:
- lib/simple_deploy/aws/cloud_formation/error.rb
#initialize(args) ⇒ Error
Returns a new instance of Error.
6 7 8 9 |
# File 'lib/simple_deploy/aws/cloud_formation/error.rb', line 6 def initialize(args) @logger = SimpleDeploy.logger @exception = args[:exception] end |