Documentation

AssetNotFoundException extends RuntimeException
in package

Represents an asset not found in a manifest.

Table of Contents

Properties

$alternatives  : mixed

Methods

__construct()  : mixed
getAlternatives()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(string $message[, array<string|int, mixed> $alternatives = [] ][, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
$message : string

Exception message to throw

$alternatives : array<string|int, mixed> = []

List of similar defined names

$code : int = 0

Exception code

$previous : Throwable = null

Previous exception used for the exception chaining

getAlternatives()

public getAlternatives() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results