X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fsocket%2Fclass_SocketShutdownException.php;h=a72c88bb9ecdbbc34846541d4d5957d37158077d;hp=42ed51ff5fe3a68c6f92ed56a04c431eef8fa9a5;hb=39c1aaf705e8e3c274d56ef1fa931a086f729c48;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797 diff --git a/inc/main/exceptions/socket/class_SocketShutdownException.php b/inc/main/exceptions/socket/class_SocketShutdownException.php index 42ed51ff..a72c88bb 100644 --- a/inc/main/exceptions/socket/class_SocketShutdownException.php +++ b/inc/main/exceptions/socket/class_SocketShutdownException.php @@ -5,7 +5,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -45,7 +45,5 @@ class SocketShutdownException extends AbstractSocketException { // Call parent exception constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}