gearsdigital/reporter-for-kirby

View on GitHub
lib/Exception/OptionNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace KirbyReporter\Exception;

use Exception;

class OptionNotFoundException extends Exception
{

}