Exception: Composer::ComposerException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Composer::ComposerException
- Defined in:
- lib/composer/exceptions.rb
Direct Known Subclasses
AwsEc2Error, CommandError, HeirloomConfigExists, InvalidDirectory, InvalidKeyPair, InvalidName, InvalidRegion, InvalidSecret, SimpleDeployConfigExists, UnsupportedRubyVersion
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = "") ⇒ ComposerException
constructor
A new instance of ComposerException.
Constructor Details
#initialize(message = "") ⇒ ComposerException
Returns a new instance of ComposerException.
5 6 7 |
# File 'lib/composer/exceptions.rb', line 5 def initialize(="") @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/composer/exceptions.rb', line 3 def @message end |