Exception: Pincers::FrozenSetError

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) ⇒ FrozenSetError

Returns a new instance of FrozenSetError.



31
32
33
# File 'lib/pincers/errors.rb', line 31

def initialize(_context)
  super _context, "The set is frozen and cant be modified"
end