MigrationIncompleteException
class MigrationIncompleteException extends RuntimeException (View source)
Exception thrown when the migration.
Properties
protected int | $performedMigrations | The number of applied migrations. |
|
protected int | $remainingMigrations | The number of remaining migrations. |
Methods
__construct(int $performedMigrations, int $remainingMigrations)
No description
int
getPerformedMigrations()
Get the number of applied migrations.
int
getRemainingMigrations()
Get the number of remaining migrations.
Details
__construct(int $performedMigrations, int $remainingMigrations)
No description
int
getPerformedMigrations()
Get the number of applied migrations.
int
getRemainingMigrations()
Get the number of remaining migrations.