class AssetNotFoundException extends Exception

Asset cannot be found by a mapper.

Methods

qualifyReference(string $mapper, string $reference)

Prepends the mapper prefix to the reference in the exception message.

Details

at line 15
AssetNotFoundException qualifyReference(string $mapper, string $reference)

internal  
 

Prepends the mapper prefix to the reference in the exception message.

Parameters

string $mapper
string $reference

Return Value

AssetNotFoundException