Browse
For agents
About
WP Crontrol
/
trunk
WP Crontrol
vtrunk
Switch version
1.21.2
trunk
0.1
0.2
0.3
1.0
1.0-beta1
1.0-beta2
1.0-beta3
1.1
1.10.0
1.11.0
1.12.0
1.12.1
1.13.0
1.13.1
1.13.2
1.14.0
1.15.0
1.15.1
1.15.2
1.15.3
1.16.0
1.16.1
1.16.2
All 57 releases
Overview
Code
wp-crontrol
/
src
/
Exception
/
DuplicateScheduleException.php
DuplicateScheduleException.php
in WP Crontrol trunk, at src/Exception/DuplicateScheduleException.php
9 lines
172 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
Crontrol
\
Exception
;
4
5
/**
6
* Exception thrown when a schedule name already exists.
7
*/
8
class
DuplicateScheduleException
extends
CrontrolRuntimeException
{
}
9