<?php/** * @package goDB */namespace goDBExceptions;/** * Error: could not connect to the server or select database * * @author Oleg Grigoriev <go.vasac@gmail.com> */final class Connect extends Runtime{}