<?php
namespace OCP\TaskProcessing\Exception;
/**
* @since 30.0.0
*/
class NotFoundException extends Exception {
}