Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace App\Services\DavClient\Utils\Dav;
|
|
|
|
class DavServerNotCompliantException extends DavClientException
|
|
{
|
|
}
|