class UndefinedFunctionErrorEnhancer implementsErrorEnhancerInterface

Methods

Throwable|null
enhance(Throwable$error)

Returns an \Throwable instance if the class is able to improve the error, null otherwise.

Details

Throwable|null enhance(Throwable$error)

Returns an \Throwable instance if the class is able to improve the error, null otherwise.

Parameters

Throwable $error

Return Value

Throwable|null