moay/loxberry-php-core

View on GitHub
src/Exceptions/PathProviderException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace LoxBerry\Exceptions;

/**
 * Class PathProviderException.
 */
class PathProviderException extends \InvalidArgumentException
{
}