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