_transaction = $transaction; parent::__construct($message, $code); } public function getTransaction() { return $this->_transaction; } }