Sets the body of the catch clause
BlockStatement $body The block of code inside the catch clause:
$this
public function setBody(BlockStatement $body) { $this->body = $body; return $this; }