7 lines
194 B
PHP
7 lines
194 B
PHP
|
<?php
|
||
|
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Exception;
|
||
|
if (!defined('ABSPATH')) exit;
|
||
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
}
|