summaryrefslogtreecommitdiff
path: root/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php
blob: 36106659a5c5db2ccd88cd3870019d18bc9ac915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace SimpleQueue\Exception;

use Exception;

/**
 * Class NotSupportedException
 *
 * @package SimpleQueue\Exception
 */
class NotSupportedException extends Exception
{
}