More code merged from ship-simu
[mailer.git] / inc / classes / exceptions / database / local_file / class_SavePathReadProtectedException.php
index 23c99b6fbe340e764c3f2a0a31561625e83d39d8..ee1da7f48742b589fc1ce5d76df11c3dc35f4c9c 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 SavePathReadProtectedException extends FrameworkException {
+class SavePathReadProtectedException 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) {