class Restspec::Docs::DocsRunner::NoValidExtensionError

Constants

ERROR_MESSAGE

Public Class Methods

new(msg = ERROR_MESSAGE) click to toggle source
Calls superclass method
# File lib/restspec/runners/docs/docs_runner.rb, line 51
def initialize(msg = ERROR_MESSAGE)
  super(msg)
end