MissingFilterParameterError

Extends \Pablotron\Luigi\LuigiError

Thrown when trying to use a filter with with a missing parameter.

package

Pablotron\Luigi

Methods

Create a new MissingFilterParameterError.

__construct(string $filter_name) 

Arguments

$filter_name

string

Name of filter.

Properties

Name of filter.

filter_name : string
var

Name of filter.

Type(s)

string