class Exceptionally::HttpVersionNotSupported
Public Class Methods
new(message = nil)
click to toggle source
Calls superclass method
Exceptionally::Error::new
# File lib/exceptionally/exceptions.rb, line 159 def initialize(message = nil) super(message, 505, "HTTP Version Not Supported") end