Skip to content

Commit

Permalink
Drop Doctrine\DBAL\Schema\SchemaException::alterTableChangeNotSupport…
Browse files Browse the repository at this point in the history
…ed()
  • Loading branch information
Majkl578 committed May 5, 2018
1 parent 834eb67 commit ac8412f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Doctrine/DBAL/Schema/SchemaException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,4 @@ class SchemaException extends \Doctrine\DBAL\DBALException
const FOREIGNKEY_DOESNT_EXIST = 100;
const CONSTRAINT_DOESNT_EXIST = 110;
const NAMESPACE_ALREADY_EXISTS = 120;

/**
* @param string $changeName
*
* @return \Doctrine\DBAL\Schema\SchemaException
*/
public static function alterTableChangeNotSupported($changeName)
{
return new self("Alter table change not supported, given '$changeName'");
}
}

0 comments on commit ac8412f

Please sign in to comment.