nextcloud/lib/public/TaskProcessing/Exception/NotFoundException.php

8 lines
95 B
PHP
Raw Normal View History

<?php
namespace OCP\TaskProcessing\Exception;
class NotFoundException extends Exception {
}