Gets whether to catch exceptions or not during commands execution.
public function areExceptionsCaught() : bool { return $this->catchExceptions; }