td 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/td/error.rb DELETED
@@ -1,29 +0,0 @@
1
-
2
- module TD
3
-
4
-
5
- class ConfigError < StandardError
6
- end
7
-
8
- class ConfigNotFoundError < ConfigError
9
- end
10
-
11
- class ConfigParseError < ConfigError
12
- end
13
-
14
-
15
- class APIError < StandardError
16
- end
17
-
18
- class AuthError < APIError
19
- end
20
-
21
- class AlreadyExistsError < APIError
22
- end
23
-
24
- class NotFoundError < APIError
25
- end
26
-
27
-
28
- end
29
-