Interface RenderError
An interface for a callable used to render errors.
Methods summary
public
__invoke( ICanBoogie\Error $error, string $attribute, ICanBoogie\ErrorCollection $collection )
: string
Renders an error into a string.