evidanary/grepg

View on GitHub
lib/grepg/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GrepPage
  # when a resource is not found
  class NotFoundError < StandardError; end
end