Knocked out unit tests for the new Router

This commit is contained in:
Josh Sherman 2014-09-28 08:24:02 -04:00
parent 273af98883
commit da379d0849
4 changed files with 54 additions and 58 deletions

View file

@ -374,8 +374,7 @@ class Resource extends Object
}
catch (\Exception $e)
{
$this->status = 400;
$this->message = $e->getMessage();
throw $e;
}
}