31        return $this->clone->validate($v, 
$config, $context);
 
   38    public function make($string)
 
An exception for terminatinating execution or to throw for unit testing.
Dummy AttrDef that mimics another AttrDef, BUT it generates clones with make.
$clone
What we're cloning.
validate($v, $config, $context)
Base class for all validating attribute definitions.