summaryrefslogtreecommitdiff
path: root/inc/mailgun/php-http/discovery/src/Exception/NotFoundException.php
blob: befbf48874e71aa230f4bdd6dd55eee6d72b0eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Http\Discovery\Exception;

use Http\Discovery\Exception;

/**
 * Thrown when a discovery does not find any matches.
 *
 * @final do NOT extend this class, not final for BC reasons
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
/*final */class NotFoundException extends \RuntimeException implements Exception
{
}