Sets whether to catch exceptions or not during commands execution.
public function setCatchExceptions(bool $boolean) : void { $this->catchExceptions = $boolean; }