com.twitter.finatra.http.jsonpatch.JsonPatchException.scala Maven / Gradle / Ivy
package com.twitter.finatra.http.jsonpatch
/**
* Exception for handling Json Patch errors.
*
* @param msg show exception details to the end user.
*/
class JsonPatchException(msg: String) extends Exception(msg)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy