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

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