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.
Returns
Object. The object that threw the exception.
Usage
$CacheException = new CacheException(); $CacheException->get_thrower(): object;
CacheException::get_thrower() CacheException::get thrower code WC 10.8.1
public function get_thrower(): object {
return $this->thrower;
}