]> 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 757fb6882b32664008b06df6c7e26434a3d3f930..4881c6f6d9565641d2ba15be6e2f9d317ecae34f 100644 (file)
@@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2021 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -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);