misuzu/src/News/NewsException.php

7 lines
101 B
PHP

<?php
namespace Misuzu\News;
use RuntimeException;
class NewsException extends RuntimeException {}