amatriain/feedbunch

View on GitHub
FeedBunch-app/app/errors/opml_export_does_not_exist_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

## Error raised when the user tries to retrieve his OPML export file, but it doesn't exist.
#
# It inherits from StandardError, implements no new methods or attributes.

class OpmlExportDoesNotExistError < StandardError
end