You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,16 @@ However, builders are also provided `(new Dog)->withName("Joey")`.
63
63
64
64
### Handling errors
65
65
66
-
When the library is unable to connect to the API, or if the API returns a non-success status code (i.e., 4xx or 5xx response), a subclass of `CasParser\Errors\APIError` will be thrown:
66
+
When the library is unable to connect to the API, or if the API returns a non-success status code (i.e., 4xx or 5xx response), a subclass of `CasParser\Core\Exceptions\APIException` will be thrown:
67
67
68
68
```php
69
69
<?php
70
70
71
-
use CasParser\Core\Errors\APIConnectionError;
71
+
use CasParser\Core\Exceptions\APIConnectionException;
0 commit comments