PHP 8.4.0 RC4 available for testing

A classe BadMethodCallException

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Introdução

Exceção lançada se um retorno de chamada se refere a um método indefinido ou se alguns argumentos estão faltando.

Resumo da classe

class BadMethodCallException extends BadFunctionCallException {
/* Propriedades herdadas */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Métodos herdados */
public Exception::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top