Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Curler
Http
Iterator
Polyfill
Sync
Event
Exception
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
FilterPolicyViolationExceptionInterface
HeartbeatCheckFailedExceptionInterface
InvalidFilterExceptionInterface
InvalidFilterSignatureExceptionInterface
SyncEntityNotFoundExceptionInterface
SyncEntityRecursionExceptionInterface
SyncExceptionInterface
SyncOperationNotImplementedExceptionInterface
UnreachableBackendExceptionInterface
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Sync\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
HeartbeatCheckFailedExceptionInterface
extends
SyncExceptionInterface {}
9: