class Pincers::EmptySetError
Public Class Methods
new(_context)
click to toggle source
Calls superclass method
Pincers::ContextError::new
# File lib/pincers/errors.rb, line 55 def initialize(_context) super _context, "This set is empty" end