Page MenuHomeWickedGov Phorge

Exception.php
No OneTemporary

Size
404 B
Referenced Files
None
Subscribers
None

Exception.php

<?php
declare(strict_types=1);
namespace Doctrine\DBAL\Driver;
use Throwable;
/** @psalm-immutable */
interface Exception extends Throwable
{
/**
* Returns the SQLSTATE the driver was in at the time the error occurred.
*
* Returns null if the driver does not provide a SQLSTATE for the error occurred.
*
* @return string|null
*/
public function getSQLState();
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 20:41 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
aa/4c/29db247360a6953e12e1255f09eb
Default Alt Text
Exception.php (404 B)

Event Timeline