tax types

This commit is contained in:
Etienne Roudeix
2013-10-07 11:57:43 +02:00
parent 0efb01220c
commit fe3aea4ab7
9 changed files with 120 additions and 14 deletions

View File

@@ -43,6 +43,8 @@ class TaxEngineException extends \RuntimeException
const BAD_AMOUNT_FORMAT = 601;
const FEATURE_BAD_EXPECTED_VALUE = 701;
public function __construct($message, $code = null, $previous = null)
{
if ($code === null) {