module Netfira::WebConnect::RackApp::Action::Version1

Public Instance Methods

call() click to toggle source
# File lib/netfira/web_connect/rack_app/actions/version_1/not_supported.rb, line 5
def call
  raise Exceptions::HttpExceptions::NotFound
end