powerapi/powerapi-php

View on GitHub
lib/PowerAPI/Exceptions/Authentication.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PowerAPI\Exceptions;

/** Exception class to specifically handle Authentication related exceptions. */
class Authentication extends Exception { }