관리-도구
편집 파일: SecretKeyTooShort.php
<?php namespace PragmaRX\Google2FA\Exceptions\Contracts; use Throwable; interface SecretKeyTooShort extends Throwable { }