Assert\InvalidArgumentException::getValue PHP Метод

getValue() публичный Метод

Get the value that caused the assertion to fail.
public getValue ( ) : mixed
Результат mixed
    public function getValue()
    {
        return $this->value;
    }