lib/wod.rb in wod-0.0.2 vs lib/wod.rb in wod-0.0.3
- old
+ new
@@ -1,12 +1,6 @@
module Wod
class InvalidCredentials < RuntimeError; end
- class NoTeamSelected < RuntimeError
- attr_reader :teams
- def initialize(teams)
- @teams = teams
- end
- end
end
require 'wod/client'
require 'wod/command'
\ No newline at end of file