Exception: YARD::Server::NotFoundError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
RuntimeError
|
|
Instance Chain:
self,
RuntimeError
|
|
Inherits: |
RuntimeError
|
Defined in: | lib/yard/server/adapter.rb |
Overview
Raises an error if a resource is not found. This exception is caught by Commands::Base#call to immediately end a request and return a 404 response code. If a message is provided, the body is set to the exception message.