]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_SocketShutdownException.php
Copyright updated
[core.git] / inc / classes / exceptions / socket / class_SocketShutdownException.php
index 9311677a53399542d6e9b31a704d4344b57fc50f..25cf41f6e7689d082bea0cf8923e2b8d31c83340 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class SocketShutdownException extends FrameworkException {
+class SocketShutdownException extends AbstractSocketException {
        /**
         * A Constructor for this exception
         *
-        * @param       $helperInstance         A ConnectionHelper instance
+        * @param       $helperInstance         An instance of a ConnectionHelper class
         * @param       $code                           Error code
         * @return      void
         */