1
0
Fork 0
nc_ext_dav_push/lib/Errors/SubscriptionNotFound.php

6 lines
94 B
PHP
Raw Normal View History

2024-06-12 14:19:52 +02:00
<?php
namespace OCA\DavPush\Errors;
class SubscriptionNotFound extends NotFoundException {
}