nacyot/slack_scratcher

View on GitHub
lib/slack_scratcher/error/file_not_found.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SlackScratcher
  module Error
    # Error which represent FileNotFound
    # since 0.0.1
    class FileNotFound < StandardError
    end
  end
end