Exception: Common::CreateProposalError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CreateProposalError
- Defined in:
- lib/common/cloudbox_exceptions.rb,
lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the creation of a proposal.
Instance Method Summary collapse
-
#initialize(msg) ⇒ CreateProposalError
constructor
A new instance of CreateProposalError.
Constructor Details
#initialize(msg) ⇒ CreateProposalError
Returns a new instance of CreateProposalError.
147 148 149 |
# File 'lib/common/cloudbox_exceptions.rb', line 147 def initialize(msg) super(msg) end |