laipower/wp-content/upgrade-temp-backup/plugins/wp-webauthn/wp-webauthn-vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php

10 lines
93 B
PHP
Raw Normal View History

2024-10-09 12:44:43 +00:00
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}