trello/src/Exceptions/TrelloException.php
2022-03-21 15:39:52 +11:00

7 lines
81 B
PHP

<?php
namespace Trello\Exceptions;
class TrelloException extends \Exception
{
}