lowerLimit = $lowerLimit; $this->upperLimit = $upperLimit; parent::__construct($message, $parameter, $previous); } public function getLowerLimitType() { return $this->lowerLimit; } public function getUpperType() { return $this->upperLimit; } }