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
1 changed files with 1 additions and 1 deletions

View File

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