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