Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
HTTP/Request :: Make PHPDoc aware of thrown exception,
  • Loading branch information
Mathieu Amiot committed Aug 7, 2014
1 parent 8e5a9fc commit 4db155a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HTTP/Request.php
Expand Up @@ -270,6 +270,7 @@ public function param($name, $default = null)
/**
* Sends outgoing request with cURL
* @param $options array - Options array
* @throws \Exception
* @return \Maestro\HTTP\Response
*/
public function send(array $options = array())
Expand Down

0 comments on commit 4db155a

Please sign in to comment.