class GovukSeedCrawler::CLIException
Attributes
help[R]
Public Class Methods
new(message, help)
click to toggle source
Calls superclass method
# File lib/govuk_seed_crawler/cli_parser.rb, line 7 def initialize(message, help) super(message) @help = help end