1
0
Fork 0
nc_ext_dav_push/lib/Errors/NotFoundException.php

6 lines
93 B
PHP
Raw Normal View History

2024-06-12 14:19:52 +02:00
<?php
namespace OCA\DavPush\Errors;
abstract class NotFoundException extends \Exception {
}