Exception: Pincers::EmptySetError

Inherits:
ContextError show all
Defined in:
lib/pincers/errors.rb

Instance Attribute Summary

Attributes inherited from ContextError

#context

Instance Method Summary collapse

Constructor Details

#initialize(_context) ⇒ EmptySetError

Returns a new instance of EmptySetError.



39
40
41
# File 'lib/pincers/errors.rb', line 39

def initialize(_context)
  super _context, "This set is empty"
end