6 lines
101 B
PHP
6 lines
101 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\DavPush\Errors;
|
||
|
|
||
|
class WebPushSubscriptionNotFound extends NotFoundException {
|
||
|
}
|