staticmaplite/src/Exception/MapException.php

9 lines
86 B
PHP

<?php
namespace StaticMapLite\Exception;
class MapException extends \Exception
{
}