veksa/carrot-api

View on GitHub
src/Exceptions/UnknownPropertyException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
namespace Veksa\Carrot\Exceptions;

/**
 * Class UnknownPropertyException
 *
 * @codeCoverageIgnore
 * @package Veksa\Carrot
 */
class UnknownPropertyException extends Exception
{
}