1<?php
2namespace GuzzleHttp\Ring\Exception;
3
4class RingException extends \RuntimeException {};
5