PHP Class Dumplie\Metadata\Infrastructure\Doctrine\Dbal\DoctrineStorageException

Inheritance: extends Exception
Show file Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
tableAlreadyExists ( string $table ) : DoctrineStorageException
unableToMapType ( Type $type ) : DoctrineStorageException

Method Details

invalidDefinition() public static method

public static invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
$expectedClass string
$receivedInstance Dumplie\Metadata\Schema\FieldDefinition
return DoctrineStorageException

tableAlreadyExists() public static method

public static tableAlreadyExists ( string $table ) : DoctrineStorageException
$table string
return DoctrineStorageException

unableToMapType() public static method

public static unableToMapType ( Type $type ) : DoctrineStorageException
$type Dumplie\Metadata\Schema\Type
return DoctrineStorageException