Skip to content

Commit

Permalink
Version number exception const
Browse files Browse the repository at this point in the history
  • Loading branch information
FaimMedia committed Apr 29, 2024
1 parent 85f8f6b commit cac7fb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class Exception extends BaseException
*/
public const FOLDER_EMPTY = -5;

/**
* Invalid version number provided
*/
public const VERSION_NUMBER = -6;

/**
* Trying to rollback a migration that isn't applied
*/
Expand Down

0 comments on commit cac7fb4

Please sign in to comment.