Files
CHIEFSOFT\ameye e592ca6823 first commit
2024-09-30 18:11:26 -04:00

8 lines
95 B
PHP

<?php
namespace PhpXmlRpc\Exception;
class NoSuchMethodException extends ServerException
{
}