Module: Ec2::Helper
- Included in:
- Config, ErbProfile, Profile, ProfileDsl, QueryApi, SecurityGroup, Subnet
- Defined in:
- lib/ec2/helper.rb
Instance Method Summary collapse
Instance Method Details
#error(msg) ⇒ Object
5 6 7 |
# File 'lib/ec2/helper.rb', line 5 def error(msg) raise ::Ec2::Error, msg end |