Sets the catch clause
CatchClause $handler Catch clause:
$this
public function setHandler($handler) { $this->assertType($handler, "CatchClause", true); $this->handler = $handler; return $this; }