Files
LaravelRabbitMQ/src/Exception/AssociatedEventNotFound.php
2025-12-12 12:44:05 +04:00

10 lines
165 B
PHP

<?php
declare(strict_types=1);
namespace Diffhead\PHP\LaravelRabbitMQ\Exception;
use RuntimeException;
class AssociatedEventNotFound extends RuntimeException {}