Browse Source

Tidy up

tags/v0.4.5
Adrian Short 6 years ago
parent
commit
fa2a705069
1 changed files with 3 additions and 8 deletions
  1. +3
    -8
      lib/uk_planning_scraper.rb

+ 3
- 8
lib/uk_planning_scraper.rb View File

@@ -5,12 +5,7 @@ require 'uk_planning_scraper/northgate'
require 'logger' require 'logger'


module UKPlanningScraper 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 end

Loading…
Cancel
Save