8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
namespace PhpXmlRpc\Exception;
|
|
|
|
class NoSuchMethodException extends ServerException
|
|
{
|
|
}
|