Exception: Empire::MissingEnduserError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Empire::MissingEnduserError
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Cannot use a materialized view within a session initiated without an enduser") ⇒ MissingEnduserError
constructor
A new instance of MissingEnduserError.
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 |