public function ExceptionCollection::count

Get the total number of request exceptions

Return value

int

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php, line 44

Class

ExceptionCollection
Collection of exceptions

Namespace

Guzzle\Common\Exception

Code

public function count() {
  return count($this->exceptions);
}