More code merged from ship-simu
[mailer.git] / inc / classes / exceptions / database / local_file / class_SavePathIsNoDirectoryException.php
index 57536ab62e771f169b053f05da394bfdd5c15729..a8bcc6ed236a8d9a2ca89dd90e2b3b2cd5f6f552 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 SavePathIsNoDirectoryException extends FrameworkException {
+class SavePathIsNoDirectoryException 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) {