Exception: Zuul::Exceptions::UndefinedScope

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zuul/exceptions/undefined_scope.rb

Instance Method Summary collapse

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