Skip to content

Commit

Permalink
change measuredmetric test to support multiple dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Jul 25, 2023
1 parent a470350 commit 5e2cf6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class MissingDimensionException : Exception
/// Constructor
/// </summary>
/// <param name="dimensionName">Name of the dimension</param>
/// <param name="timeSeries">Time series element missing the dimension</param>
public MissingDimensionException(string dimensionName, TimeSeriesElement timeSeries) : base($"No value found for dimension '{dimensionName}'")
{
Guard.NotNullOrWhitespace(dimensionName, nameof(dimensionName));
Expand Down

0 comments on commit 5e2cf6a

Please sign in to comment.