//
//  SMFailure.h
//  MobileSDK
//
//  Created by Gauthier Dumont on 09/06/15.
//  Copyright (c) 2015 Selligent. All rights reserved.
//

#import "SMMessage.h"

/*!
 *  This class is used to return any error
 */
@interface SMFailure : SMMessage

@end



