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: clients/algoliasearch-client-php/lib/ApiException.php
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
-
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
1
<?php
3
2
4
-
namespaceAlgolia\AlgoliaSearch;
3
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
5
4
6
-
useException;
5
+
namespaceAlgolia\AlgoliaSearch;
7
6
8
7
/**
9
8
* ApiException Class Doc Comment.
10
9
*
11
10
* @category Class
12
11
*/
13
-
class ApiException extends Exception
12
+
class ApiException extends\Exception
14
13
{
15
14
/**
16
15
* The HTTP body of the server response either as Json or string.
0 commit comments