8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
|
|
namespace Laminas\Feed\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
}
|