spotonlive/sl-freespee

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\Freespee\Exceptions;

use Exception;

class InvalidCredentialsException extends Exception
{

}