fieldName = $fieldName; parent::__construct($message, $code, $previous); } public function getFieldName() { return $this->fieldName; } }