Skip to content

Commit 034745c

Browse files
committed
add phpdocs to Executor class
add InvalidReturnTypeError class
1 parent 14cd467 commit 034745c

File tree

3 files changed

+236
-37
lines changed

3 files changed

+236
-37
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace GraphQL\Errors;
4+
5+
class InvalidReturnTypeError extends GraphQLError
6+
{
7+
protected $code = "INVALID_RETURN_TYPE";
8+
}
9+
10+
?>

0 commit comments

Comments
 (0)