hedronium\Jables\exceptions\TagNotFoundException::__construct PHP Method

__construct() public method

public __construct ( $tag )
    public function __construct($tag)
    {
        $this->tag = $tag;
        parent::__construct("The tag '{$tag}' was not found.");
    }
TagNotFoundException