From ef84707ba422e48a5d8e33f79d465aeb0294e2f4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 19 Sep 2013 23:03:47 +0000 Subject: Fix misleading exception thrown. --- lib/raidfile/RaidFileWrite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/raidfile/RaidFileWrite.cpp') diff --git a/lib/raidfile/RaidFileWrite.cpp b/lib/raidfile/RaidFileWrite.cpp index aa4c8461..82aeef3d 100644 --- a/lib/raidfile/RaidFileWrite.cpp +++ b/lib/raidfile/RaidFileWrite.cpp @@ -744,7 +744,7 @@ void RaidFileWrite::Delete() { THROW_FILE_ERROR("Attempted to delete object which doesn't " "exist", mFilename, RaidFileException, - RequestedDeleteReferencedFile); + RaidFileDoesntExist); } // Get the filename for the write file -- cgit v1.2.3