ソースを参照

Tidy up

tags/v0.4.5
Adrian Short 6年前
コミット
fa2a705069
1個のファイルの変更3行の追加8行の削除
  1. +3
    -8
      lib/uk_planning_scraper.rb

+ 3
- 8
lib/uk_planning_scraper.rb ファイルの表示

@@ -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

読み込み中…
キャンセル
保存