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