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

7 lines
86 B
PHP

<?php
namespace React\Socket;
class ConnectionException extends \ErrorException
{
}