Exception: Zuul::Exceptions::UndefinedScope
- Inherits:
-
StandardError
- Object
- StandardError
- Zuul::Exceptions::UndefinedScope
- Defined in:
- lib/zuul/exceptions/undefined_scope.rb
Instance Method Summary collapse
-
#initialize(msg = "The requested scope does not exist") ⇒ UndefinedScope
constructor
A new instance of UndefinedScope.
Constructor Details
#initialize(msg = "The requested scope does not exist") ⇒ UndefinedScope
Returns a new instance of UndefinedScope.
4 5 6 |
# File 'lib/zuul/exceptions/undefined_scope.rb', line 4 def initialize(msg = "The requested scope does not exist") super end |