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

6 lines
101 B
PHP
Raw Permalink Normal View History

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