error_code = $error_code; parent::__construct( $error_message ); } /** * Returns the error code * * @since 2.5.0 * @return string */ public function getErrorCode() { return $this->error_code; } }