Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / zendframework / zend-stdlib / src / ErrorHandler.php
index 5c544e2058a814ff5c4479b98b4fda8688d6706c..405cdd799fc5bff895e07bf06c16b093a23df340 100644 (file)
@@ -63,7 +63,7 @@ abstract class ErrorHandler
      *
      * @param  bool $throw Throw the ErrorException if any
      * @return null|ErrorException
-     * @throws ErrorException If an error has been catched and $throw is true
+     * @throws ErrorException If an error has been caught and $throw is true
      */
     public static function stop($throw = false)
     {