Skip to content

Commit

Permalink
Update classes/DataWarehouse/Access/Usage.php
Browse files Browse the repository at this point in the history
Co-Authored-By: ryanrath <ryanrath@buffalo.edu>
  • Loading branch information
smgallo and ryanrath authored Dec 5, 2018
1 parent 4b38bd0 commit ab0fc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/DataWarehouse/Access/Usage.php
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ private function translateFilterValue($usageFilterType, $usageFilterValue)
}

// If a string was provided but no id(s) were found then exception out.
throw new Exception(sprintf("Invalid filter value detected: %s", $usageFilterValue));
throw new Exception(sprintf("Invalid value detected for filter '%s': %s", $usageFilterType, $usageFilterValue));
}

return array($usageFilterValue);
Expand Down

0 comments on commit ab0fc2a

Please sign in to comment.