mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
7 lines
No EOL
108 B
PHP
7 lines
No EOL
108 B
PHP
<?php
|
|
|
|
require_once 'Exception.php';
|
|
|
|
class XBMC_RPC_ConnectionException extends XBMC_RPC_Exception {
|
|
|
|
} |