Commit 411cbf6d5d6719b99a8033887a9595264ed4d7fa
Exists in
master
and in
23 other branches
Merge branch 'stable'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/feed_handler.rb
| @@ -25,7 +25,7 @@ class FeedHandler | @@ -25,7 +25,7 @@ class FeedHandler | ||
| 25 | begin | 25 | begin |
| 26 | return FeedParser::Feed::new(content) | 26 | return FeedParser::Feed::new(content) |
| 27 | rescue Exception => ex | 27 | rescue Exception => ex |
| 28 | - raise FeedHandler::ParseError, ex.to_s | 28 | + raise FeedHandler::ParseError, "Invalid feed format." |
| 29 | end | 29 | end |
| 30 | end | 30 | end |
| 31 | 31 |