<?php

namespace SimpleQueue\Exception;

use Exception;

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