1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00
ampache/modules/React/SocketClient/ConnectionException.php

7 lines
94 B
PHP

<?php
namespace React\SocketClient;
class ConnectionException extends \RuntimeException
{
}