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
@@ -68,18 +68,18 @@ However, builders are also provided `(new Dog)->withName("Joey")`.
68
68
69
69
### Handling errors
70
70
71
-
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 `Scrapegraphai\Errors\APIError` will be thrown:
71
+
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 `Scrapegraphai\Core\Exceptions\APIException` will be thrown:
72
72
73
73
```php
74
74
<?php
75
75
76
-
use Scrapegraphai\Core\Errors\APIConnectionError;
76
+
use Scrapegraphai\Core\Exceptions\APIConnectionException;
0 commit comments