]> 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 aa0583e4f6113eb0b8c823c5aca1ce432216def9..4b8237df4514910e877b21b7f8aa5b8ba1c2d72d 100644 (file)
@@ -69,7 +69,7 @@ class FiLoStacker extends BaseStacker implements Stackable {
         *
         * @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) {
@@ -88,7 +88,7 @@ class FiLoStacker extends BaseStacker implements Stackable {
         *
         * @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) {