Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Illuminate\Database; use PDOException; class DeadlockException extends PDOException { // }
<?php
namespace Illuminate\Database;
use PDOException;
class DeadlockException extends PDOException
{
//
}