]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / exceptions / database / local_file / class_SavePathWriteProtectedException.php
index 8a88b18b6aa137da577e268a16011d7f946a4af7..eb5417fe9611318cec346d88cbd8d0f0297eec5f 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 SavePathWriteProtectedException extends FrameworkException {
+class SavePathWriteProtectedException 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 ($path, $code) {