spotonlive/sl-freespee

View on GitHub
src/SpotOnLive/Freespee/Exceptions/InvalidAreaException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\Freespee\Exceptions;

use Exception;

class InvalidAreaException extends Exception
{

}