Forgot 'new' before the Exception class

This commit is contained in:
Mikael Nordfeldth 2014-05-07 00:06:04 +02:00
parent d1755e4363
commit c01138c16b

View File

@ -372,7 +372,7 @@ class FeedSub extends Managed_DataObject
// Throw the Exception again. // Throw the Exception again.
throw $e; throw $e;
} }
throw ServerException("{$mode} request failed."); throw new ServerException("{$mode} request failed.");
} }
/** /**