Skip to content

Commit

Permalink
Merge pull request #3 from af83/8859-fix-exceptions
Browse files Browse the repository at this point in the history
Have customs exception inherit from StandardError. Fixes #8859
  • Loading branch information
Alban Peignier authored Oct 19, 2018
2 parents 67794a1 + b44fdbe commit f8dab88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gtfs/custom_exceptions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GTFS
class InvalidSourceException < Exception
class InvalidSourceException < StandardError
end
end
2 changes: 1 addition & 1 deletion lib/gtfs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GTFS
VERSION = '0.2.6'
VERSION = '0.2.7'
end

0 comments on commit f8dab88

Please sign in to comment.