Exception: Compote::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Compote::Error
- Defined in:
- lib/compote/error.rb
Direct Known Subclasses
ConfigFormatError, ConfigOpenError, ConfigRecursionError, EnvFileFormatError, EnvFileOpenError, ProjectNameNotProvidedError, ServiceNotFoundError, UndefinedCommandError
Instance Attribute Summary collapse
-
#message ⇒ Object
writeonly
Sets the attribute message.
Instance Attribute Details
#message=(value) ⇒ Object (writeonly)
Sets the attribute message
5 6 7 |
# File 'lib/compote/error.rb', line 5 def (value) @message = value end |