Documentation

HoneypotException extends ConfigException
in package
implements ExceptionInterface

Exception for automatic logging.

Interfaces, Classes and Traits

ExceptionInterface
Provides a domain-level interface for broad capture of all framework-related exceptions.

Table of Contents

$code  : int
Error code
__construct()  : mixed
Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.
forDisabledMigrations()  : mixed
forNoHiddenValue()  : mixed
forNoNameField()  : mixed
forNoTemplate()  : mixed
isBot()  : mixed

Properties

Methods

__construct()

Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.

public final __construct([string $message = '' ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ''
$code : int
$previous : Throwable|null = null
Return values
mixed

forDisabledMigrations()

public static forDisabledMigrations() : mixed
Return values
mixed

forNoHiddenValue()

public static forNoHiddenValue() : mixed
Return values
mixed

forNoNameField()

public static forNoNameField() : mixed
Return values
mixed

forNoTemplate()

public static forNoTemplate() : mixed
Return values
mixed

Search results