PluginProbe
Bookit — Booking & Appointment Calendar / 2.6.0.5
Bookit — Booking & Appointment Calendar v2.6.0.5
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
bookit / src / Bookit / Exceptions / Container_Exception.php

Container_Exception.php in Bookit — Booking & Appointment Calendar 2.6.0.5, at src/Bookit/Exceptions/Container_Exception.php

17 lines 230 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Bookit\Exceptions;
4
5 use RuntimeException;
6
7 /**
8 * Class Container_Exception.
9 *
10 * @since 2.5.0
11 *
12 * @package Bookit\Exceptions
13 */
14 class Container_Exception extends RuntimeException {
15 // Intentionally empty.
16 }
17