gabrielbull/php-waredesk-api

View on GitHub
src/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Waredesk;

class Exception extends \Exception
{
}