lib/wod.rb in wod-0.0.1 vs lib/wod.rb in wod-0.0.2
- old
+ new
@@ -1,6 +1,12 @@
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