Created
April 4, 2013 15:04
-
-
Save excavador/5311154 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class Response | |
case class Token() extends Response | |
case class Problem() extends Response | |
case class Connection() extends Problem | |
case class InvalidResponse() extends Problem |
Author
excavador
commented
Apr 4, 2013
@zamotivator Please, see https://gist.github.com/lazyval/5313079
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment