class Aviator::Session::ValidatorNotDefinedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/aviator/core/session.rb, line 50
def initialize
  super("The validator request name is not defined for this session object.")
end