Exception: Booth::Errors::InvalidScopeSyntax
- Inherits:
-
Integration
- Object
- StandardError
- Error
- Integration
- Booth::Errors::InvalidScopeSyntax
- Defined in:
- lib/booth/errors.rb
Overview
Developer integration mistakes
Instance Method Summary collapse
-
#initialize(scope) ⇒ InvalidScopeSyntax
constructor
A new instance of InvalidScopeSyntax.
Constructor Details
#initialize(scope) ⇒ InvalidScopeSyntax
Returns a new instance of InvalidScopeSyntax.
29 30 31 |
# File 'lib/booth/errors.rb', line 29 def initialize(scope) super("Invalid scope name: #{scope.inspect}") end |