5 lines
94 B
PHP
5 lines
94 B
PHP
<?php
|
|
namespace GuzzleHttp\Ring\Exception;
|
|
|
|
class RingException extends \RuntimeException {};
|