Automattic\WooCommerce\Caching
CacheException::get_thrower()
Gets the object that threw the exception as passed to the exception constructor.
Method of the class: CacheException{}
No Hooks.
Return
Object
. The object that threw the exception.
Usage
$CacheException = new CacheException(); $CacheException->get_thrower(): object;
CacheException::get_thrower() CacheException::get thrower code WC 9.4.2
public function get_thrower(): object { return $this->thrower; }