diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-21 11:05:45 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-21 11:05:45 -0700 |
| commit | 1bddcfef7b451fcf2282d4cf87bbd2f3ec922081 (patch) | |
| tree | 42d4d166145faa84d47d6f4463769e77da79f723 /lib/shogun.rb | |
| parent | 1da7737f8970000fc7bd592c19aa6c647d49c347 (diff) | |
Diffstat (limited to 'lib/shogun.rb')
| -rw-r--r-- | lib/shogun.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/shogun.rb b/lib/shogun.rb index 818e0a5..05b1a6a 100644 --- a/lib/shogun.rb +++ b/lib/shogun.rb @@ -3,3 +3,8 @@ require "uri" require "json" require "shogun/github_score" + +module Shogun + class UserNotFound < ArgumentError + end +end |
