social-aggregator/app/src/main/java/pl/edu/amu/wmi/socialaggregator/socialplatforms/NotApplicableException.kt

5 lines
163 B
Kotlin
Raw Normal View History

2020-01-11 18:18:34 +01:00
package pl.edu.amu.wmi.socialaggregator.socialplatforms
import java.lang.Exception
class NotApplicableException(val socialPlatform: SocialPlatform) : Exception()