diff --git a/phpcs.xml.dist b/phpcs.xml.dist index f32015f..2bdffd6 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -82,7 +82,7 @@ - + diff --git a/src/BoundingBox.php b/src/BoundingBox.php index cf9eda9..c199bb0 100644 --- a/src/BoundingBox.php +++ b/src/BoundingBox.php @@ -4,8 +4,8 @@ namespace GeoJson; +use GeoJson\Exception\InvalidArgumentException; use GeoJson\Exception\UnserializationException; -use InvalidArgumentException; use JsonSerializable; use function count; diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php new file mode 100644 index 0000000..5fff0d1 --- /dev/null +++ b/src/Exception/InvalidArgumentException.php @@ -0,0 +1,9 @@ +