Skip to content

Commit 8aba28e

Browse files
committed
Added base exception
1 parent 55812b0 commit 8aba28e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Okapi\CodeTransformer\Exception;
4+
5+
use RuntimeException;
6+
7+
/**
8+
* # Code Transformer Exception
9+
*
10+
* Base exception for all Code Transformer exceptions.
11+
*/
12+
abstract class CodeTransformerException extends RuntimeException
13+
{
14+
}

0 commit comments

Comments
 (0)