Forgot 'new' before the Exception class
This commit is contained in:
parent
d1755e4363
commit
c01138c16b
|
@ -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.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user