xref
: /
plugin
/
elasticsearch
/
vendor
/
ezimuel
/
ringphp
/
src
/
Exception
/
RingException.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
namespace
GuzzleHttp
\
Ring
\
Exception
;
3
4
class
RingException
extends
\
RuntimeException
{};
5