Skip to content

Commit 9fd1652

Browse files
Update README.md
1 parent 273a412 commit 9fd1652

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ a quick taste
2525
<?php
2626

2727
use AT\Exceptable\Handler;
28-
use AT\Exceptable\Exception as Exceptable;
28+
use AT\Exceptable\Spl\RuntimeException;
2929

3030
// a simple Exceptable just for you
31-
class FooException extends Exceptable {
31+
class FooException extends RuntimeException {
3232

3333
const UNKNOWN_FOO = 1;
3434

0 commit comments

Comments
 (0)