]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/exceptions/database/wrapper/class_WrapperUserNameNotFoundException.php
More code merged from ship-simu
[mailer.git] / inc / classes / exceptions / database / wrapper / class_WrapperUserNameNotFoundException.php
index 080480391e3eb18e3aa13de9148b24067822c8f9..6b38482df1a9df5d598a9035eea643dee179fd7b 100644 (file)
  * 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 WrapperUserNameNotFoundException extends FrameworkException {
+class WrapperUserNameNotFoundException extends DatabaseException {
        /**
         * The constructor
         *
-        * @param               $msgArray               Message from the exception
-        * @param               $code           Code number for the exception
+        * @param       $msgArray       Message from the exception
+        * @param       $code           Code number for the exception
         * @return      void
         */
        public function __construct (array $msgArray, $code) {