misuzu/src/Changelog/ChangelogException.php

7 lines
111 B
PHP
Raw Permalink Normal View History

2022-09-13 13:14:49 +00:00
<?php
namespace Misuzu\Changelog;
use RuntimeException;
class ChangelogException extends RuntimeException {}