Skip to content

Commit 713ae64

Browse files
committed
chore: add base exception
1 parent 1dc4acd commit 713ae64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/UnderscoreException.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Ahc\Underscore;
4+
5+
class UnderscoreException extends \Exception
6+
{
7+
// ;)
8+
}

0 commit comments

Comments
 (0)