Assert\InvalidArgumentException::getValue PHP Method

getValue() public method

Get the value that caused the assertion to fail.
public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->value;
    }