class Dredd::Rack::InvalidCommandError

Public Class Methods

new(command) click to toggle source
Calls superclass method
# File lib/dredd/rack/errors.rb, line 5
def initialize(command)
  super("Invalid command - #{command}")
end