package com.sabdroidex.utils.json.impl; /** * Created by Marc on 15/03/14. */ public class InvalidJSONFormatException extends RuntimeException { public InvalidJSONFormatException(String message) { super(message); } }