Browse
For agents
About
WooCommerce
/
11.1.0-beta.2
WooCommerce
v11.1.0-beta.2
Switch version
11.1.0
11.1.0-rc.2
11.1.0-rc.1
11.1.0-beta.2
11.1.0-beta.1
11.0.1
11.0.0
11.0.0-rc.3
11.0.0-rc.2
11.0.0-rc.1
11.0.0-beta.2
11.0.0-beta.1
10.9.4
10.9.3
10.9.2
10.9.1
10.9.0
10.9.0-rc.1
10.9.0-beta.2
10.9.0-beta.1
10.8.1
10.8.0
10.8.0-rc.1
10.8.0-beta.2
10.8.0-beta.1
All 648 releases
Overview
Code
woocommerce
/
lib
/
packages
/
League
/
ISO3166
/
Exception
/
ISO3166Exception.php
ISO3166Exception.php
17 lines
325 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
declare
(
strict_types
=
1
)
;
4
5
/*
6
* (c) Rob Bast <rob.bast@gmail.com>
7
*
8
* For the full copyright and license information, please view
9
* the LICENSE file that was distributed with this source code.
10
*/
11
12
namespace
Automattic
\
WooCommerce
\
Vendor
\
League
\
ISO3166
\
Exception
;
13
14
interface
ISO3166Exception
extends
\
Throwable
15
{
16
}
17