diff options
Diffstat (limited to 'library/intl/src/Exception/ExceptionInterface.php')
-rw-r--r-- | library/intl/src/Exception/ExceptionInterface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/intl/src/Exception/ExceptionInterface.php b/library/intl/src/Exception/ExceptionInterface.php new file mode 100644 index 000000000..a7d17f9ab --- /dev/null +++ b/library/intl/src/Exception/ExceptionInterface.php @@ -0,0 +1,7 @@ +<?php + +namespace CommerceGuys\Intl\Exception; + +interface ExceptionInterface +{ +} |