powerapi/powerapi-php

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PowerAPI\Exceptions;

/** Exception class to allow users to exclusively catch PowerAPI exceptions */
class Exception extends \Exception { }