Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4108690
Exception.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
404 B
Referenced Files
None
Subscribers
None
Exception.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment