Exception: Restspec::Docs::DocsRunner::NoValidExtensionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/restspec/runners/docs/docs_runner.rb

Constant Summary collapse

ERROR_MESSAGE =
"ERROR: The file passed as argument does not include a valid extension"

Instance Method Summary collapse

Constructor Details

#initialize(msg = ERROR_MESSAGE) ⇒ NoValidExtensionError

Returns a new instance of NoValidExtensionError.



51
52
53
# File 'lib/restspec/runners/docs/docs_runner.rb', line 51

def initialize(msg = ERROR_MESSAGE)
  super(msg)
end