Fakerino\Core\RegEx\Exception\InvalidRegexException::__construct PHP Method

__construct() public method

Construct
public __construct ( string $expr )
$expr string
    public function __construct($expr)
    {
        parent::__construct(sprintf('The format of the regular expression "%s" is invalid', $expr));
    }
InvalidRegexException