ReserveStockException::getErrorData()

Returns error data.


Description Description


Return Return

(array)


Top ↑

Source Source

File: src/Checkout/Helpers/ReserveStockException.php

	public function getErrorData() {
		return $this->error_data;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.