|
|
@@ -5,12 +5,7 @@ require 'uk_planning_scraper/northgate' |
|
|
|
require 'logger' |
|
|
|
|
|
|
|
module UKPlanningScraper |
|
|
|
class SystemNotSupported < StandardError |
|
|
|
end |
|
|
|
|
|
|
|
class AuthorityNotFound < StandardError |
|
|
|
end |
|
|
|
|
|
|
|
class TooManySearchResults < StandardError |
|
|
|
end |
|
|
|
class SystemNotSupported < StandardError; end |
|
|
|
class AuthorityNotFound < StandardError; end |
|
|
|
class TooManySearchResults < StandardError; end |
|
|
|
end |