PluginProbe
FakerPress / 0.8.0
FakerPress v0.8.0
0.9.2 trunk 0.1.0 0.1.1 0.1.2 0.1.3 0.5.2 0.5.3 0.6.1 0.6.2 0.6.3 0.6.4 0.6.5 0.6.6 0.7.0 0.7.1 0.7.2 0.8.0 0.9.0 0.9.1
fakerpress / src / FakerPress / Exceptions / Container_Exception.php

Container_Exception.php in FakerPress 0.8.0, at src/FakerPress/Exceptions/Container_Exception.php

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