We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229e68e commit ecfe93fCopy full SHA for ecfe93f
README.md
@@ -49,7 +49,7 @@ require_once 'src/Exception/NTWIndiaNumberOverflow.php';
49
50
```php
51
<?php
52
-$ntw = new \ntwIndia\NTW_India();
+$ntw = new \NTWIndia\NTWIndia();
53
```
54
55
**Convert values**
@@ -108,11 +108,11 @@ first letter.
108
109
Two exceptions are thrown depending on the condition.
110
111
-### `NTWIndia\Exception\NTWIndiaInvalidNumber`
+### `\NTWIndia\Exception\NTWIndiaInvalidNumber`
112
113
If you pass a variable to a method which isn't a valid number `( ! is_numeric( $number ) )`
114
115
-### `NTWIndia\Exception\NTWIndiaNumberOverflow`
+### `\NTWIndia\Exception\NTWIndiaNumberOverflow`
116
117
If pass a number which exceeds the limit.
118
0 commit comments