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
121B

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

Powered by TurnKey Linux.