royaloperahouse / stack-manager

Tool to manage AWS CloudFormation stacks using Twig templates.
MIT License
12 stars 1 forks source link

Fix exception re-throw. #19

Open nickshanks opened 7 years ago

nickshanks commented 7 years ago

This catch block was causing another error because it was trying to instantiate an AwsException with no message.