49dd055a58
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Теперь master f7_talk = ПОЛНЫЙ деплой-артефакт: built js (наша сборка) + lib/Vendor (серверные PHP-deps) + патч Listener + version 22.0.12.1. Готов к брендингу dev-f7 и подписи dev-appstore. Апстрим-подписи (appinfo/signature.json) в репо нет — переподпишет dev-appstore при публикации.
11 lines
189 B
PHP
11 lines
189 B
PHP
<?php
|
|
|
|
namespace OCA\Talk\Vendor\Psr\SimpleCache;
|
|
|
|
/**
|
|
* Interface used for all types of exceptions thrown by the implementing library.
|
|
*/
|
|
interface CacheException extends \Throwable
|
|
{
|
|
}
|