hanyuu/src/Auth/Auth.php
2023-10-18 10:34:30 +00:00

8 lines
106 B
PHP

<?php
namespace Hanyuu\Auth;
use InvalidArgumentException;
use RuntimeException;
abstract class Auth {}