class Aviator::Request::PathNotDefinedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/aviator/core/request.rb, line 18
def initialize
  super "path is not defined."
end