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