summaryrefslogtreecommitdiff
path: root/app/Core/ExternalTask/NotFoundException.php
blob: 34eff8ea5c88d4448ff32899d8f49436381214b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Kanboard\Core\ExternalTask;

/**
 * Class NotFoundException
 *
 * @package Kanboard\Core\ExternalTask
 * @author  Frederic Guillot
 */
class NotFoundException extends ExternalTaskException
{
}