27 return $this->builder->year()->dash()->month()->dash()->day()->get();
44 return $this->builder->day()->dot()->month()->dot()->year()->get();
52 return $this->builder->weekday()->comma()->space()
53 ->day()->dot()->month()->dot()->year()->get();
An exception for terminatinating execution or to throw for unit testing.