Skip to content

Commit 9ad0dde

Browse files
committed
fixed misspelled name in Persistence Exception
1 parent 82ac303 commit 9ad0dde

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?php
2-
3-
namespace PhpPlatform\Errors\Exceptions\Persistence;
4-
5-
use PhpPlatform\Errors\Exceptions\PlatformException;
6-
7-
abstract class PersistenceException extends PlatformException {
8-
public function __construct($message = null, $code = null, $previous = null) {
9-
parent::__construct ("Persistance", "[P]", $message, $code , $previous );
10-
}
1+
<?php
2+
3+
namespace PhpPlatform\Errors\Exceptions\Persistence;
4+
5+
use PhpPlatform\Errors\Exceptions\PlatformException;
6+
7+
abstract class PersistenceException extends PlatformException {
8+
public function __construct($message = null, $code = null, $previous = null) {
9+
parent::__construct ("Persistence", "[P]", $message, $code , $previous );
10+
}
1111
}

0 commit comments

Comments
 (0)