Current section
Files
Jump to
Current section
Files
lib/graphql_ws_client/operation_error.ex
defmodule GraphQLWSClient.OperationError do
@moduledoc """
An error that indicates an invalid operation.
"""
defexception [:message]
end