oont-contents/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-persistence/src/ElementNotExistsException.php
2025-02-08 15:10:23 +01:00

11 lines
241 B
PHP

<?php
namespace FSVendor\WPDesk\Persistence;
use FSVendor\Psr\Container\NotFoundExceptionInterface;
/**
* @package WPDesk\Persistence
*/
class ElementNotExistsException extends \RuntimeException implements NotFoundExceptionInterface
{
}