B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
www
/
wp-content
/
plugins
/
fakerpress
/
src
/
FakerPress
/
Exceptions
/
Filename :
Not_Bound_Exception.php
back
Copy
<?php namespace FakerPress\Exceptions; /** * Class Not_Bound_Exception. * * @since 0.6.4 * * @package FakerPress\Exceptions */ class Not_Bound_Exception extends Container_Exception { // Intentionally empty. }