Update exception message for invalid address type

This commit is contained in:
netkas 2025-01-15 15:04:53 -05:00
parent 4b69a7559b
commit eda41155aa

View file

@ -38,7 +38,7 @@
} }
else else
{ {
throw new InvalidArgumentException('Invalid address value'); throw new InvalidArgumentException('Invalid address value type, got type ' . gettype($data['address']));
} }
$this->displayName = $data['display_name']; $this->displayName = $data['display_name'];