7 lines
81 B
PHP
7 lines
81 B
PHP
<?php
|
|
|
|
namespace Trello\Exceptions;
|
|
|
|
class TrelloException extends \Exception
|
|
{
|
|
} |