6 lines
203 B
PHP
6 lines
203 B
PHP
<?php
|
|
namespace MailPoetVendor\Symfony\Component\Translation\Exception;
|
|
if (!defined('ABSPATH')) exit;
|
|
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface
|
|
{
|
|
}
|