Skip to content

Commit ad53ec6

Browse files
committed
rename an error in BaseAdapter
1 parent ff8a69c commit ad53ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/adapters/base_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def initialize(executor_object:)
1111
end
1212

1313
def trigger
14-
raise NoMethodError, "#{__method__} is not defined"
14+
raise NoMethodError, "#{__method__} method should be implemented in concrete class"
1515
end
1616
end
1717
end

0 commit comments

Comments
 (0)