Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
d075e60a
Commit
d075e60a
authored
Aug 17, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed exception wrapper to exception examiner.
parent
c100f4c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
examiner.php
system/exception/examiner.php
+3
-3
handler.php
system/exception/handler.php
+3
-3
No files found.
system/exception/
wrapp
er.php
→
system/exception/
examin
er.php
View file @
d075e60a
...
...
@@ -2,10 +2,10 @@
use
System\File
;
class
Wrapp
er
{
class
Examin
er
{
/**
* The exception being
wrapp
ed.
* The exception being
examin
ed.
*
* @var Exception
*/
...
...
@@ -33,7 +33,7 @@ class Wrapper {
);
/**
* Create a new exception
wrapp
er instance.
* Create a new exception
examin
er instance.
*
* @param Exception $e
* @return void
...
...
system/exception/handler.php
View file @
d075e60a
...
...
@@ -7,9 +7,9 @@ use System\Response;
class
Handler
{
/**
* The exception
wrapp
er for the exception being handled.
* The exception
examin
er for the exception being handled.
*
* @var
Wrapp
er
* @var
Examin
er
*/
public
$exception
;
...
...
@@ -21,7 +21,7 @@ class Handler {
*/
public
function
__construct
(
$e
)
{
$this
->
exception
=
new
Wrapp
er
(
$e
);
$this
->
exception
=
new
Examin
er
(
$e
);
}
/**
...
...
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