?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/prestashop/circuit-breaker/src/Exception/



?? Go up: /home/webdevt/prestashop17/vendor/prestashop/circuit-breaker/src

?? Viewing: CircuitBreakerException.php

<?php

namespace PrestaShop\CircuitBreaker\Exception;

use Exception;

/**
 * Base exception for Circuit Breaker exceptions
 */
class CircuitBreakerException extends Exception
{
}


??

??