Skip to content

Commit cbc6a01

Browse files
- Failure retries + recovery.
- Add client wrapper for import of documents. - Support peering configuration.
1 parent c5b4b75 commit cbc6a01

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
4+
namespace Devloops\Typesence\Exceptions;
5+
6+
/**
7+
* Class ServiceUnavailable
8+
*
9+
* @package Devloops\Typesence\Exceptions
10+
* @date 4/8/20
11+
* @author Abdullah Al-Faqeir <abdullah@devloops.net>
12+
*/
13+
class ServiceUnavailable extends TypesenseClientError
14+
{
15+
16+
}

0 commit comments

Comments
 (0)