Skip to content

Commit 005c8e2

Browse files
committed
Remove duplicate definition since Error is already defined in lib.rs
1 parent f13b698 commit 005c8e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/urlpattern.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@
22

33
require_relative "urlpattern/version"
44
require "urlpattern/urlpattern"
5-
6-
module URLPattern
7-
class Error < StandardError; end
8-
# Your code goes here...
9-
end

0 commit comments

Comments
 (0)