DeadlockException.php 114 B

12345678910
  1. <?php
  2. namespace Illuminate\Database;
  3. use PDOException;
  4. class DeadlockException extends PDOException
  5. {
  6. //
  7. }