Exception: Textus::ProposalError

Inherits:
Error
  • Object
show all
Defined in:
lib/textus/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#code, #details, #exit_code, #hint

Instance Method Summary collapse

Methods inherited from Error

#to_envelope

Constructor Details

#initialize(m) ⇒ ProposalError

Returns a new instance of ProposalError.



166
# File 'lib/textus/errors.rb', line 166

def initialize(m) = super("proposal_error", m)