Action Not Launchable Exception
class ActionNotLaunchableException(val action: Action, val reason: Action.LaunchableStatus.NotLaunchable) : Exception
Thrown when trying to launch an Action that is not launchable.
Thrown when trying to launch an Action that is not launchable.