Exception: Xeme::Exception::CannotSucceedPromiseUnlessSupplanted

Inherits:
Xeme::Exception
  • Object
show all
Defined in:
lib/xeme.rb

Overview

Raised when an attempt is made to mark a promise as successful when the ‘supplanted` value is not true.

Constant Summary collapse

KEY =
'cannot-succeed-promise-unless-supplanted'

Instance Attribute Summary

Attributes inherited from Xeme::Exception

#detail

Method Summary

Methods inherited from Xeme::Exception

#initialize, #message

Constructor Details

This class inherits a constructor from Xeme::Exception