Database result added, SqlException added
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathIsEmptyException.php
index a9172c0847643434c4c1b9e7e76ec38e36678e2d..dc5ed66beb0def355566d6652b9a1affa8b0883d 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 SavePathIsEmptyException extends FrameworkException {
+class SavePathIsEmptyException extends DatabaseException {
        /**
         * The constructor
         *
-        * @param               $message                Message from the exception
-        * @param               $code           Code number for the exception
+        * @param       $message        Message from the exception
+        * @param       $code           Code number for the exception
         * @return      void
         */
        public function __construct (BaseFrameworkSystem $class, $code) {