lib/yard/server/adapter.rb in yard-0.9.5 vs lib/yard/server/adapter.rb in yard-0.9.6
- old
+ new
@@ -1,7 +1,7 @@
+# frozen_string_literal: true
module YARD
module Server
-
# Short circuits a request by raising an error. This exception is caught
# by {Commands::Base#call} to immediately end a request and return a response.
class FinishRequest < RuntimeError; end
# Raises an error if a resource is not found. This exception is caught by