Exception: Booth::Errors::InvalidScopeSyntax

Inherits:
Integration show all
Defined in:
lib/booth/errors.rb

Overview


Developer integration mistakes


Instance Method Summary collapse

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