currency = $currency; parent::__construct( $message, 'cannot_combine_currencies', $http_code, null, null, $code, $previous ); } /** * Returns the currency of the minumum required amount. * * @return string */ public function get_currency() { return $this->currency; } }