Get the total number of request exceptions
Return value
int
File
- drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php, line 58
Class
- ExceptionCollection
- Collection of exceptions
Namespace
Guzzle\Common\Exception
Code
public function count() {
return count($this->exceptions);
}