Skip to content

Commit 8032d5e

Browse files
committed
Make TransferException a concrete class again
1 parent 1b2d62e commit 8032d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/TransferException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*
1010
* @author Márk Sági-Kazár <[email protected]>
1111
*/
12-
abstract class TransferException extends \RuntimeException implements Exception
12+
class TransferException extends \RuntimeException implements Exception
1313
{
1414
}

0 commit comments

Comments
 (0)