aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tom_tom/errors.rb
diff options
context:
space:
mode:
authorAlban Peignier2018-05-16 15:42:24 +0200
committerGitHub2018-05-16 15:42:24 +0200
commit223d988ef59e562b201cac8391c397630c8953e5 (patch)
treeecb43cdf1e461e621f8e5c22c5e5fdc2cd70b18d /lib/tom_tom/errors.rb
parent6f4d2a1954fa3b127785127e30f757f654fe20c7 (diff)
parent9c442cd66c7d12266ba53e85949f775f6b842d2d (diff)
downloadchouette-core-223d988ef59e562b201cac8391c397630c8953e5.tar.bz2
Merge pull request #553 from af83/6884-tomtom-matrix--handle-error-when-response-doesn,t-inclu
Handle API error(s) in Tomtom matrix. Fixes #6884
Diffstat (limited to 'lib/tom_tom/errors.rb')
-rw-r--r--lib/tom_tom/errors.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tom_tom/errors.rb b/lib/tom_tom/errors.rb
new file mode 100644
index 000000000..da3f2239c
--- /dev/null
+++ b/lib/tom_tom/errors.rb
@@ -0,0 +1,4 @@
+module TomTom
+ module Errors
+ end
+end