contextId = $contextId; parent::__construct($message,$code); } /** * Return context ID * * @return int */ protected function getContextId() { return $this->contextId; } }