src/ValueObject/Exception/ParameterNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ValueObject\Exception;

/**
 * Our custom exception which mean that parameter is not found.
 */
class ParameterNotFoundException extends \Exception
{
}