Skip to content

Commit 6e95a49

Browse files
author
Alex Westergaard
committed
Re-add GA4Exception for deprecation notice
1 parent 762ce94 commit 6e95a49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/GA4Exception.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace AlexWestergaard\PhpGa4;
4+
5+
/** @deprecated 1.1.1 */
6+
class GA4Exception extends \Exception
7+
{
8+
}

0 commit comments

Comments
 (0)