Files
kanboard/libs/jsonrpc/src/JsonRPC/Exception/AuthenticationFailureException.php
T
2026-06-01 21:23:12 -07:00

14 lines
219 B
PHP

<?php
namespace JsonRPC\Exception;
/**
* Class AuthenticationFailureException
*
* @package JsonRPC\Exception
* @author Frederic Guillot
*/
class AuthenticationFailureException extends RpcCallFailedException
{
}