seregazhuk/php-favro-api

View on GitHub
src/Exceptions/BaseFavroException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\Favro\Exceptions;

class BaseFavroException extends \Exception
{

}