1: <?php declare(strict_types=1);
2:
3: namespace Salient\Contract\Sync\Exception;
4:
5: use Throwable;
6:
7: /**
8: * @api
9: */
10: interface SyncExceptionInterface extends Throwable {}
11: