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