<?php

namespace DeliciousBrains\WPMDB\Common\Queue\Exceptions;

use Exception;

class ConnectionNotFoundException extends Exception {
	//
}