Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
9a2a507d
Commit
9a2a507d
authored
Jan 27, 2016
by
Carsten Rose
Browse files
unittests: namespace 'qfq' unified
parent
e8caa5df
Changes
1
Hide whitespace changes
Inline
Side-by-side
qfq/exceptions/UserException.php
View file @
9a2a507d
...
...
@@ -28,7 +28,7 @@ class UserException extends \Exception {
* @return string HTML formatted error string
*/
public
function
formatMessage
()
{
$store
=
\
qfq\
store\
Store
::
getInstance
(
''
);
$store
=
\
qfq\Store
::
getInstance
(
''
);
$message
=
'<table border=1><tr><th>User Exception</th></tr>'
.
'<tr><td>Message</td><td><b>'
.
$this
->
getMessage
()
.
'</b></td></tr>'
.
...
...
Write
Preview
Supports
Markdown
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