aboutsummaryrefslogtreecommitdiff
path: root/app/models/Exception/FeedException.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-17 19:33:02 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-17 19:33:02 +0200
commit592a34f0d21ff1b6d4bd8613052d2684df39d246 (patch)
tree6c93b180bf271e32357bf1bad4baa93aa1233f5b /app/models/Exception/FeedException.php
parent044908439bdd7280f7539e12441d7dfa6c4d4c63 (diff)
parenta2b5e8f3ce597fbcec0c25b68c551a526d2bf3ec (diff)
Merge branch 'dev' into releases
Diffstat (limited to 'app/models/Exception/FeedException.php')
-rw-r--r--app/models/Exception/FeedException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/models/Exception/FeedException.php b/app/models/Exception/FeedException.php
new file mode 100644
index 000000000..3fe0f4ea0
--- /dev/null
+++ b/app/models/Exception/FeedException.php
@@ -0,0 +1,7 @@
+<?php
+
+class FeedException extends Exception {
+ public function __construct ($message) {
+ parent::__construct ($message);
+ }
+}