Exception: GithubIssueBranch::Error::NoIssuesAvailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/github_issue_branch.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/github_issue_branch.rb', line 18

def message
  "No open issues were found in #{@github_repo}"
end