You are here

SystemSetQueueException.php in Queue Unique 7

File

src/Queue/SystemSetQueueException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\queue_unique\Queue\SystemSetQueueException
 */
namespace Drupal\queue_unique\Queue;

class SystemSetQueueException extends \Exception {

}

Classes