Searched refs:InvalidScope (Results 1 - 2 of 2) sorted by relevance

/ontohub/lib/
H A Dautocomplete.rb6 class InvalidScope < Exception; end class in class:Autocomplete
23 raise InvalidScope, "invalid scope: #{name}" unless clazz.respond_to?(AUTOCOMPLETE_SCOPE)
/ontohub/app/controllers/
H A Dautocomplete_controller.rb30 rescue Autocomplete::InvalidScope => error

Completed in 7 milliseconds