1
0
Fork 0
nc_ext_dav_push/lib/Errors/SubscriptionNotFound.php
2024-06-12 14:19:52 +02:00

6 lines
No EOL
94 B
PHP

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