Exception: Common::ConfigureProposalError

Inherits:
CloudboxError
  • Object
show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if an error occurred during the configuration of a proposal.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ConfigureProposalError

Returns a new instance of ConfigureProposalError.



140
141
142
# File 'lib/common/cloudbox_exceptions.rb', line 140

def initialize(msg)
  super(msg)
end