]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
Continued:
[core.git] / framework / main / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index 8107c5f7d29cafd3e0c7cbd3b86d1503342c6d01..c80323e0103612f14d944d4419e2f901215ad8b1 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Connection;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown if the connection is already registered in a matching
  * connection registry.
@@ -25,7 +28,7 @@ namespace CoreFramework\Connection;
  * 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 ConnectionAlreadyRegisteredException extends AbstractConnectionException {
+class ConnectionAlreadyRegisteredException extends FrameworkException {
        /**
         * A Constructor for this exception
         *