getCode(), $e); $e->isNonLocatableAddress = false; return $e; } /** * Tells if this error belongs to an address that will never be possible locate */ public function isNonLocatableAddress(): bool { return $this->isNonLocatableAddress; } }