/******************************************************************************* * Created by Carlos Yaconi * Copyright 2015 Prey Inc. All rights reserved. * License: GPLv3 * Full license at "/LICENSE" ******************************************************************************/ package com.prey.exceptions; public class SMSNotSendException extends Exception { private static final long serialVersionUID = 3213801823496464143L; }