Exception: Threatinator::Exceptions::FeedFileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Threatinator::Exceptions::FeedFileNotFoundError
- Defined in:
- lib/threatinator/exceptions.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ FeedFileNotFoundError
constructor
A new instance of FeedFileNotFoundError.
Constructor Details
#initialize(filename) ⇒ FeedFileNotFoundError
Returns a new instance of FeedFileNotFoundError.
51 52 53 54 |
# File 'lib/threatinator/exceptions.rb', line 51 def initialize(filename) @filename = filename super("Failed to open/read feed file '#{filename}'") end |