summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php
blob: 89ecf3523b8f31b72b311767a1ceab5468a8d7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Http\Discovery\Exception;

use Http\Discovery\Exception;

/**
 * This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when
 * the discovery fails to find a class.
 *
 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
 */
class StrategyUnavailableException extends \RuntimeException implements Exception
{
}