Set version to 5.20.beta1
[civicrm-core.git] / CRM / Utils / File.php
index 000d9505d4b71167e8397369f95082a52a393591..aa65b1d181674325d8e99b072e80207fdc8ad542 100644 (file)
@@ -320,7 +320,7 @@ class CRM_Utils_File {
     if (FALSE === file_get_contents($fileName)) {
       // Our file cannot be found.
       // Using 'die' here breaks this on extension upgrade.
-      throw new CRM_Exception('Could not find the SQL file.');
+      throw new CRM_Core_Exception('Could not find the SQL file.');
     }
 
     self::runSqlQuery($dsn, file_get_contents($fileName), $prefix, $dieOnErrors);