class Samovar::MissingValueError

def initialize(command, field)

def initialize(command, field)
	@command = command
	@field = field
	
	super "#{field} is required"
end