Knocked out unit tests for the new Router
This commit is contained in:
parent
273af98883
commit
da379d0849
4 changed files with 54 additions and 58 deletions
|
@ -374,8 +374,7 @@ class Resource extends Object
|
|||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
$this->status = 400;
|
||||
$this->message = $e->getMessage();
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue