class Empire::MissingEnduserError

Public Class Methods

new(msg = "Cannot use a materialized view within a session initiated without an enduser") click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 12
def initialize(msg = "Cannot use a materialized view within a session initiated without an enduser")
  super
end