_exceptions[] = $exception; } /** * Returns an array of exceptions that were thrown * * @return array */ public function get() { return $this->_exceptions; } }