diff --git a/lib/Bridge.php b/lib/Bridge.php index f3488183..6a09b306 100644 --- a/lib/Bridge.php +++ b/lib/Bridge.php @@ -86,7 +86,7 @@ class Bridge { $filePath = self::getWorkingDir() . $name . '.php'; if(!file_exists($filePath)) { - throw new \Exception('Cache file ' . $filePath . ' does not exist!'); + throw new \Exception('Bridge file ' . $filePath . ' does not exist!'); } require_once $filePath;