class GithubIssueBranch::Error::IssueNotFound

Public Instance Methods

message() click to toggle source
# File lib/github_issue_branch.rb, line 24
def message
  "The chosen issue was not found"
end