Skip to content

Commit

Permalink
remove deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Oct 15, 2022
1 parent 1ad6ad7 commit 47f7524
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/Internal/Exceptions/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,4 @@ interface ExceptionInterface extends Throwable
public const TRANSACTION_FAILED = 1 << 10;

public const MODEL_NOT_FOUND = 1 << 11;

/**
* @deprecated no longer used
*/
public const TRANSACTION_START = 1 << 12;
}
15 changes: 0 additions & 15 deletions src/Internal/Exceptions/TransactionStartException.php

This file was deleted.

0 comments on commit 47f7524

Please sign in to comment.