isSafe = $isSafe; parent::__construct($phrase, $cause, $code); } /** * @inheritdoc */ public function isClientSafe() : bool { return $this->isSafe; } /** * @inheritdoc */ public function getCategory() : string { return self::EXCEPTION_CATEGORY; } }