D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Exception
/
Filename :
TableNotFoundException.php
back
Copy
<?php namespace Doctrine\DBAL\Exception; /** * Exception for an unknown table referenced in a statement detected in the driver. * * @psalm-immutable */ class TableNotFoundException extends DatabaseObjectNotFoundException { }