Fork me on GitHub
#luminus
<
2017-06-23
>
donyorm20:06:24

What's the preferred way to throw an exception if certain features are not supported with other features? For example, I want to throw an error if the cucumber profile is added along with the boot profile, since they don't seem to work together

yogthos01:06:20

donyorm: I'd just throw something like "conflicting feature +cucumber"

donyorm02:06:38

Ok, should I just raise an exception in one of the feature's initialization functions?

gdeer8121:06:46

whoops, wrong window