Laralabs/get-address-io

View on GitHub
src/Exceptions/ServerError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Laralabs\GetAddress\Exceptions;

use Exception;

class ServerError extends Exception
{
    protected $message = 'getAddress.io is currently having issues.';
}