hanyuu/src/Auth/Auth.php

8 lines
106 B
PHP
Raw Normal View History

2023-10-18 10:34:30 +00:00
<?php
namespace Hanyuu\Auth;
use InvalidArgumentException;
use RuntimeException;
abstract class Auth {}