File "ElementNotExistsException.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-persistence/src/ElementNotExistsException.php
File size: 250 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSProVendor\WPDesk\Persistence;
use Psr\Container\NotFoundExceptionInterface;
/**
* @package WPDesk\Persistence
*/
class ElementNotExistsException extends \RuntimeException implements \Psr\Container\NotFoundExceptionInterface
{
}