FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
reader/ReaderException.php at master · phug-php/reader · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
phug-php
/
reader
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
reader
/
ReaderException.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 316 Bytes
Breadcrumbs
reader
/
ReaderException.php
Copy path
File metadata and controls
16 lines (13 loc) · 316 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
namespace
Phug
;
use
Phug
\
Util
\
Exception
\
LocatedException
;
/**
* An exception thrown by the pug reader.
*/
class
ReaderException
extends
LocatedException
{
public
static
function
message
(
$
message
,
array
$
details
= [])
{
return
static
::
getFailureMessage
(
'
read
'
,
$
message
,
$
details
);
}
}
Back
|
FazBrowse Home
|
New Git URL