Used when an invalid sort order is provided
Create an Elixir.Ash.Error.Query.InvalidSortOrder without raising it.
Elixir.Ash.Error.Query.InvalidSortOrder
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.InvalidSortOrder{ __exception__: true, bread_crumbs: term(), class: term(), order: term(), path: term(), splode: term(), stacktrace: term(), vars: term() }