Exception: Empire::MissingEnduserError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Cannot use a materialized view within a session initiated without an enduser") ⇒ MissingEnduserError

Returns a new instance of MissingEnduserError.



12
13
14
# File 'lib/exceptions.rb', line 12

def initialize(msg = "Cannot use a materialized view within a session initiated without an enduser")
  super
end