]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/stacker/filo/class_FiLoStacker.php
Continued:
[core.git] / framework / main / classes / stacker / filo / class_FiLoStacker.php
index 79db994417a977ba3bfd70ad76f41b536a570c2e..16e78b02e6831c284b28dddf9a5f4d6c3b354078 100644 (file)
@@ -63,7 +63,7 @@ class FiLoStacker extends BaseStacker implements Stackable {
         * @param       $value                  Value to push on it
         * @return      void
         * @throws      InvalidArgumentException If a parameter is invalid
-        * @throws      StackerFullException    If the stack is full
+        * @throws      BadMethodCallException  If the stack is full
         */
        public function pushNamed (string $stackerName, $value) {
                // Validate parameter