RuntimeException.php 133 B

12345678
  1. <?php declare(strict_types=1);
  2. namespace mikemadisonweb\rabbitmq\exceptions;
  3. class RuntimeException extends \RuntimeException
  4. {
  5. }