Skip to content

Commit 4ced5f6

Browse files
authored
Update and rename ExceptionCallFailed.php to CallFailedException.php
1 parent f1a691a commit 4ced5f6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/CallFailedException.php

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

src/ExceptionCallFailed.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)