Exception: Oso::Polar::UnimplementedOperationError
- Inherits:
-
PolarRuntimeError
- Object
- RuntimeError
- Error
- Error
- PolarRuntimeError
- Oso::Polar::UnimplementedOperationError
- Defined in:
- lib/oso/polar/errors.rb
Overview
rubocop:disable Style/Documentation
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(operation) ⇒ UnimplementedOperationError
constructor
A new instance of UnimplementedOperationError.
Constructor Details
#initialize(operation) ⇒ UnimplementedOperationError
Returns a new instance of UnimplementedOperationError.
78 79 80 |
# File 'lib/oso/polar/errors.rb', line 78 def initialize(operation) super("#{operation} are unimplemented in the oso Ruby library") end |