com.netaporter.uri.decoding.UriDecodeException.scala Maven / Gradle / Ivy
The newest version!
package com.netaporter.uri.decoding
/**
* Date: 28/08/2013
* Time: 21:01
*/
class UriDecodeException(message: String) extends Exception(message)