mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 11:16:26 +00:00
make this publically available for other classes to call
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ class Run
|
||||
return $this;
|
||||
}
|
||||
|
||||
private static function isLevelFatal($level)
|
||||
public static function isLevelFatal($level)
|
||||
{
|
||||
$errors = E_ERROR;
|
||||
$errors |= E_PARSE;
|
||||
|
||||
Reference in New Issue
Block a user