25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
124B

  1. <?php
  2. namespace Framework\Filesystem\Exception;
  3. use RuntimeException;
  4. class DriverException extends RuntimeException
  5. {
  6. }

Powered by TurnKey Linux.