]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/stacker/class_Stackable.php
Continued:
[core.git] / framework / main / interfaces / stacker / class_Stackable.php
index 7e61eb42cf9e212d6272b08e2ce4f9aba0a45c2c..a282544c40952871f63666dd151c2bfad88f7318 100644 (file)
@@ -34,7 +34,7 @@ interface Stackable extends FrameworkInterface {
         * @param       $stackerName    Name of the stacker
         * @param       $value                  Value to push on it
         * @return      void
-        * @throws      StackerFullException    If the stacker is full
+        * @throws      BadMethodCallException  If the stacker is full
         */
        function pushNamed (string $stackerName, $value);