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

10 lines
93 B
PHP
Raw Normal View History

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