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