diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 17424235..6568d145 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,13 +2,7 @@
-
-
-
-
-
-
-
+
@@ -31,17 +25,40 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -52,11 +69,11 @@
-
+
-
-
+
+
@@ -107,7 +124,6 @@
-
@@ -177,6 +193,7 @@
+
@@ -234,6 +251,12 @@
+ project
+
+
+
+
+
@@ -267,37 +290,46 @@
1481236071442
-
+
+
+
+ 1481237183504
+
+
+
+ 1481237183504
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
+
-
+
+
+
+
@@ -306,23 +338,19 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -335,10 +363,50 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
@@ -346,21 +414,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 8251d0a5..1fd13365 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# angel_framework
-[![pub 1.0.0-dev.29](https://img.shields.io/badge/pub-1.0.0--dev.29-red.svg)](https://pub.dartlang.org/packages/angel_framework)
+[![pub 1.0.0-dev.30](https://img.shields.io/badge/pub-1.0.0--dev.30-red.svg)](https://pub.dartlang.org/packages/angel_framework)
![build status](https://travis-ci.org/angel-dart/framework.svg)
Core libraries for the Angel Framework.
\ No newline at end of file
diff --git a/lib/src/http/angel_http_exception.dart b/lib/src/http/angel_http_exception.dart
index d8136d42..072b716e 100644
--- a/lib/src/http/angel_http_exception.dart
+++ b/lib/src/http/angel_http_exception.dart
@@ -1,8 +1,10 @@
library angel_framework.http.angel_http_exception;
+import 'dart:convert';
+
/// Basically the same as
/// [feathers-errors](https://github.com/feathersjs/feathers-errors).
-class AngelHttpException {
+class AngelHttpException implements Exception {
var error;
/// A list of errors that occurred when this exception was thrown.
diff --git a/pubspec.yaml b/pubspec.yaml
index 2d25e4cd..6081107b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: angel_framework
-version: 1.0.0-dev.29
+version: 1.0.0-dev.30
description: Core libraries for the Angel framework.
author: Tobe O
homepage: https://github.com/angel-dart/angel_framework