Fakerino\FakeData\Exception\InvalidOptionException::__construct PHP Method

__construct() public method

Construct
public __construct ( string $optionName )
$optionName string
    public function __construct($optionName)
    {
        parent::__construct(sprintf('The format of the option "%s" is invalid', $optionName));
    }
InvalidOptionException