TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
NotImplementedException.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Persistence\Generic\Exception
;
3
19
class
NotImplementedException
extends
\TYPO3\CMS\Extbase\Persistence\Exception
{
20
24
public
function
__construct
($method) {
25
parent::__construct(sprintf(
'Method %s is not supported by generic persistence"'
, $method), 1350213237);
26
}
27
}
TYPO3\CMS\Extbase\Persistence\Generic\Exception\NotImplementedException\__construct
__construct($method)
Definition:
NotImplementedException.php:24
TYPO3\CMS\Extbase\Persistence\Generic\Exception\NotImplementedException
Definition:
NotImplementedException.php:19
TYPO3\CMS\Extbase\Persistence\Generic\Exception
Definition:
CleanStateNotMemorizedException.php:2
TYPO3\CMS\Extbase\Persistence\Exception
Definition:
Exception.php:19
typo3
sysext
extbase
Classes
Persistence
Generic
Exception
NotImplementedException.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13