class Pincers::FrozenSetError

Public Class Methods

new(_context) click to toggle source
Calls superclass method Pincers::ContextError::new
# File lib/pincers/errors.rb, line 31
def initialize(_context)
  super _context, "The set is frozen and cant be modified"
end