phpseclib/phpseclib/Exception/BadFunctionCallException.php

10 lines
165 B
PHP

<?php
declare(strict_types=1);
namespace phpseclib3\Exception;
class BadFunctionCallException extends \BadFunctionCallException implements ExceptionInterface
{
}