Exception: Yogo::Operation::Restricted::OperationRestrictionError
- Inherits:
-
OperationError
- Object
- StandardError
- OperationError
- Yogo::Operation::Restricted::OperationRestrictionError
- Defined in:
- lib/yogo/operation/restricted/error.rb
Instance Attribute Summary
Attributes inherited from OperationError
Instance Method Summary collapse
-
#initialize(options) ⇒ OperationRestrictionError
constructor
A new instance of OperationRestrictionError.
Constructor Details
#initialize(options) ⇒ OperationRestrictionError
Returns a new instance of OperationRestrictionError.
9 10 11 12 |
# File 'lib/yogo/operation/restricted/error.rb', line 9 def initialize() [:message] ||= "The Operation cannot be applied to an argument of this type!" super() end |