Browse Source

Update Plugin.php

Throws a non-annotated/unhandled exception: '\Cake\Core\Exception\MissingPluginException'.
Travis Rowland 9 years ago
parent
commit
826db3b25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Core/Plugin.php

+ 1 - 0
src/Core/Plugin.php

@@ -220,6 +220,7 @@ class Plugin
      *
      * @param array $options Options.
      * @return void
+     * @throws \Cake\Core\Exception\MissingPluginException
      */
     public static function loadAll(array $options = [])
     {