Medusa\Stack\EmptyStack::peek PHP Метод

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

public peek ( )
    public function peek()
    {
        throw new \RuntimeException("Can't peek empty stack");
    }