Merge branch 'develop' of github.com:laravel/laravel into develop

This commit is contained in:
Taylor Otwell
2011-08-18 18:09:14 -05:00
3 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<?php namespace System;
<?php namespace Laravel;
class View {
@@ -158,7 +158,7 @@ class View {
if ( ! file_exists($this->path.$view.EXT))
{
throw new \Exception("View [$view] does not exist.");
Exception\Handler::make(new Exception("View [$view] does not exist."))->handle();
}
foreach ($this->data as &$data)