seregazhuk/php-pinterest-bot

View on GitHub
src/Exceptions/WrongFollowingType.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\PinterestBot\Exceptions;

class WrongFollowingType extends PinterestBotException
{
}