mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
7 lines
77 B
PHP
7 lines
77 B
PHP
<?php
|
|
|
|
namespace React\Dns;
|
|
|
|
class BadServerException extends \Exception
|
|
{
|
|
}
|