mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
7 lines
86 B
PHP
7 lines
86 B
PHP
<?php
|
|
|
|
namespace React\Socket;
|
|
|
|
class ConnectionException extends \ErrorException
|
|
{
|
|
}
|