MenaraSolutions/geographer

View on GitHub
src/Exceptions/ObjectNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace MenaraSolutions\Geographer\Exceptions;

/**
 * Class ObjectNotFoundException
 * @package MenaraSolutions\Geographer\Exceptions
 */
class ObjectNotFoundException extends \Exception 
{
    
}