Files
farmOS-dev/vendor/chi-teck/drupal-code-generator/src/Exception/RuntimeException.php
2024-12-10 15:08:16 +01:00

13 lines
210 B
PHP

<?php
declare(strict_types=1);
namespace DrupalCodeGenerator\Exception;
/**
* The runtime exception for DCG commands.
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}