GinoPane/PHPolyglot

View on GitHub
src/Exception/InvalidPropertyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace GinoPane\PHPolyglot\Exception;

/**
 * Class InvalidPropertyException
 *
 * @author Sergey <Gino Pane> Karavay
 */
class InvalidPropertyException extends \Exception
{

}