]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/stacker/file/fifo/class_FiFoFileStack.php
Continued:
[core.git] / framework / main / classes / stacker / file / fifo / class_FiFoFileStack.php
index 76b3298d00e43b8da05559af221530815e1a98a1..57c69249745194f68ac0b05fe311c94b0d03748d 100644 (file)
@@ -80,7 +80,7 @@ class FiFoFileStack extends BaseFileStack implements StackableFile, Calculatable
         *
         * @param       $stackerName    Name of the stack
         * @return      $value                  Value of the current stack entry
-        * @throws      NoStackerException      If the named stacker was not found
+        * @throws      BadMethodCallException  If the named stacker was not found
         * @throws      EmptyStackerException   If the named stacker is empty
         */
        public function popNamed ($stackerName) {
@@ -99,7 +99,7 @@ class FiFoFileStack extends BaseFileStack implements StackableFile, Calculatable
         *
         * @param       $stackerName    Name of the stack
         * @return      $value                  Value of last added value
-        * @throws      NoStackerException      If the named stacker was not found
+        * @throws      BadMethodCallException  If the named stacker was not found
         * @throws      EmptyStackerException   If the named stacker is empty
         */
        public function getNamed ($stackerName) {