Commit bb47c1db authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-205: Document UnsupportedException for collation

parent 59367751
...@@ -91,6 +91,7 @@ class Distinct implements Executable ...@@ -91,6 +91,7 @@ class Distinct implements Executable
* @param Server $server * @param Server $server
* @return mixed[] * @return mixed[]
* @throws UnexpectedValueException if the command response was malformed * @throws UnexpectedValueException if the command response was malformed
* @throws UnsupportedException if collation is used and unsupported
*/ */
public function execute(Server $server) public function execute(Server $server)
{ {
......
...@@ -184,6 +184,7 @@ class Find implements Executable ...@@ -184,6 +184,7 @@ class Find implements Executable
* @see Executable::execute() * @see Executable::execute()
* @param Server $server * @param Server $server
* @return Cursor * @return Cursor
* @throws UnsupportedException if collation is used and unsupported
*/ */
public function execute(Server $server) public function execute(Server $server)
{ {
......
...@@ -142,6 +142,7 @@ class FindAndModify implements Executable ...@@ -142,6 +142,7 @@ class FindAndModify implements Executable
* @param Server $server * @param Server $server
* @return object|null * @return object|null
* @throws UnexpectedValueException if the command response was malformed * @throws UnexpectedValueException if the command response was malformed
* @throws UnsupportedException if collation is used and unsupported
*/ */
public function execute(Server $server) public function execute(Server $server)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment