Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
f0550b6e
Commit
f0550b6e
authored
Mar 02, 2016
by
Carsten Rose
Browse files
ErrorHandler: small layout adjustment
parent
06a83d11
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/exceptions/ErrorHandler.php
View file @
f0550b6e
...
...
@@ -17,7 +17,7 @@ class ErrorHandler {
// This error code is not included in error_reporting
return
false
;
}
throw
new
CodeException
(
": Catchable Error in '
$file
' on line
$line
: "
.
$message
.
" CWD: "
.
getcwd
(),
$severity
,
NULL
);
throw
new
CodeException
(
": Catchable Error in '
$file
' on line
$line
: "
.
$message
.
"
-
CWD: "
.
getcwd
(),
$severity
,
NULL
);
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment