aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/restquery/rest/parsers/ParseQueryArgException.scala
blob: 456329e6219ed9a72e9613d163f249a3ce557e93 (plain) (blame)
1
2
3
package xyz.driver.restquery.rest.parsers

class ParseQueryArgException(val errors: (String, String)*) extends Exception(errors.mkString(","))