Exception: Oso::Polar::UnimplementedOperationError

Inherits:
PolarRuntimeError show all
Defined in:
lib/oso/polar/errors.rb

Overview

rubocop:disable Style/Documentation

Instance Attribute Summary

Attributes inherited from Error

#stack_trace

Instance Method Summary collapse

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