laipower/wp-content/upgrade-temp-backup/plugins/wp-webauthn/wp-webauthn-vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
2024-10-09 12:44:46 +00:00

10 lines
93 B
PHP

<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}