fenos/Notifynder

View on GitHub
src/Notifynder/Exceptions/ExtraParamsException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Fenos\Notifynder\Exceptions;

use Exception;

/**
 * Class ExtraParamsException.
 */
class ExtraParamsException extends Exception
{
}