mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 20:26:44 +00:00
Fixed typo
This commit is contained in:
@@ -182,7 +182,7 @@ class PrettyPageHandler extends Handler
|
||||
// Only return the result if it can be iterated over by foreach().
|
||||
return is_array($result) || $result instanceof \Traversable ? $result : array();
|
||||
} catch (\Exception $e) {
|
||||
// Don't allow failiure to break the rendering of the original exception.
|
||||
// Don't allow failure to break the rendering of the original exception.
|
||||
return array();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user