jalyna/oakdex-pokedex

View on GitHub
lib/oakdex/pokedex/not_found.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'oakdex/pokedex/base'

module Oakdex
  module Pokedex
    # Exception if entry does not exist
    class NotFound < StandardError
    end
  end
end