<?php declare(strict_types=1); namespace mikemadisonweb\rabbitmq\exceptions; class RuntimeException extends \RuntimeException { }