uri = $uri; $this->size = $size; $this->limit = $limit; parent::__construct("$uri exceeds size limit of $limit bytes ($size)", 0, $previous); } }