Browse
For agents
About
Bookit — Booking & Appointment Calendar
/
2.6.0.5
Bookit — Booking & Appointment Calendar
v2.6.0.5
Switch version
2.6.0.5
2.6.0.4
2.6.0.3
2.6.0.2
2.6.0.1
2.6.0
trunk
1.2
1.2.2
1.2.3
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
All 62 releases
Overview
Code
bookit
/
src
/
Bookit
/
Exceptions
/
Not_Bound_Exception.php
Not_Bound_Exception.php
in Bookit — Booking & Appointment Calendar 2.6.0.5, at src/Bookit/Exceptions/Not_Bound_Exception.php
16 lines
232 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
Bookit
\
Exceptions
;
4
5
use
RuntimeException
;
6
7
/**
8
* Class Not_Bound_Exception.
9
*
10
*
@since
2.5.0
11
*
12
*
@package
Bookit\Exceptions
13
*/
14
class
Not_Bound_Exception
extends
Container_Exception
{
15
//
Intentionally empty.
16
}