seregazhuk/php-pinterest-bot

View on GitHub
src/Exceptions/PinterestBotException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\PinterestBot\Exceptions;

use Exception;

class PinterestBotException extends Exception
{
}