banner_mediation_support.mediation.BannerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fyber-annotations-compiler Show documentation
Show all versions of fyber-annotations-compiler Show documentation
Annotation Processor for OfferWall SDK
The newest version!
/**
* Fyber Android SDK
*
* Copyright (c) 2016 Fyber. All rights reserved.
*/
package com.fyber.ads.banners.mediation;
public class BannerException extends Exception {
public BannerException(String message) {
super(message);
}
}