_validationErrors = $errs; parent::__construct(implode("\n", $errs)); } public function getValidationErrors() { return $this->_validationErrors; } }