mini\Exceptions\BadRequestException class

Documentation

Exception thrown when a request is malformed or invalid

Transport-agnostic - the dispatcher maps this to appropriate response (e.g., 400 for HTTP, appropriate error for CLI, etc.)

Inheritance

Extends: Exception

Implements: Throwable Stringable

Properties (4)

protected mixed $message
protected mixed $code
protected string $file
protected int $line

Methods (10)

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Source

src/Exceptions/BadRequestException.php:11-17