Exception: Common::CreateProposalError

Inherits:
CloudboxError show all
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

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