From aba31daaa0c5e9c5b1d14cffe9bc5392caadc82c Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 26 Apr 2010 23:40:32 +0100 Subject: [PATCH] Fixed typo in exception class name --- HandBrakeCluster/Rips/SourceLister.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HandBrakeCluster/Rips/SourceLister.class.php b/HandBrakeCluster/Rips/SourceLister.class.php index a4b48a9..1d899cd 100644 --- a/HandBrakeCluster/Rips/SourceLister.class.php +++ b/HandBrakeCluster/Rips/SourceLister.class.php @@ -13,7 +13,7 @@ class HandBrakeCluster_Rips_SourceLister { public function scan() { if (!is_dir($this->base_directory)) { - throw new HandBrakeCluster_Exception_InvalidSourceDir($this->base_directory); + throw new HandBrakeCluster_Exception_InvalidSourceDirectory($this->base_directory); } // Define a queue of directories to scan, starting with the base directory,