1
0
Fork 0
nc_ext_dav_push/lib/Errors/WebPushSubscriptionNotFound.php
2024-07-23 02:06:10 +02:00

6 lines
No EOL
101 B
PHP

<?php
namespace OCA\DavPush\Errors;
class WebPushSubscriptionNotFound extends NotFoundException {
}