swashata/php-number-to-word-india

View on GitHub
src/Exception/NTWIndiaNumberOverflow.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace NTWIndia\Exception;

/**
 * NTWIndiaInvalidNumber
 *
 * Exception raised within the NTWIndia class when number is greater than acceptable value
 */
class NTWIndiaNumberOverflow extends \Exception {

}