<?php namespace PrestaShop\CircuitBreaker\Exception; use Exception; /** * Base exception for Circuit Breaker exceptions */ class CircuitBreakerException extends Exception { }