Exception: Pincers::EmptySetError

Inherits:
NavigationError 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.



55
56
57
# File 'lib/pincers/errors.rb', line 55

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