Skip to content

Commit 6790c8d

Browse files
oschwaldclaude
andcommitted
Clarify that \MaxMind\Exception is a namespace in README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ca6b9ef commit 6790c8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ $mf = new MinFraud(1, 'ABCD567890', [ 'host' => 'sandbox.maxmind.com' ]);
9595

9696
Build up the request using the `->with*` methods as shown below. Each method call returns a new object. The previous object is not modified.
9797

98-
If there is a validation error in the data passed to a `->with*` method, a
99-
`\MaxMind\Exception` will be thrown. This validation can be disabled by
98+
If there is a validation error in the data passed to a `->with*` method, an
99+
exception in the `\MaxMind\Exception` namespace will be thrown. This validation can be disabled by
100100
setting `validateInput` to `false` in the options array for
101101
`\MaxMind\MinFraud`, but it is recommended that you keep it on at least
102102
through development as it will help ensure that you are sending valid data to

0 commit comments

Comments
 (0)