src/AppBundle/Billing/BillingException.php line 7

Open in your IDE?
  1. <?php
  2. namespace AppBundle\Billing;
  3. use AppBundle\ZaneException;
  4. class BillingException extends ZaneException
  5. {
  6.     
  7. }