class Danger::DangerJiraSync::NotConfiguredError
Public Class Methods
new(msg = "You must call jira_sync.configure before jira_sync can be used")
click to toggle source
Calls superclass method
# File lib/jira_sync/plugin.rb, line 29 def initialize(msg = "You must call jira_sync.configure before jira_sync can be used") super end