File "WorkerAttemptsExceededException.php"

Full path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/class/Common/Queue/Exceptions/WorkerAttemptsExceededException.php
File size: 145 B (145 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

namespace DeliciousBrains\WPMDB\Common\Queue\Exceptions;

use Exception;

class WorkerAttemptsExceededException extends Exception {
	//
}