Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-enspired authored Nov 11, 2020
1 parent 273a412 commit 9fd1652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ a quick taste
<?php

use AT\Exceptable\Handler;
use AT\Exceptable\Exception as Exceptable;
use AT\Exceptable\Spl\RuntimeException;

// a simple Exceptable just for you
class FooException extends Exceptable {
class FooException extends RuntimeException {

const UNKNOWN_FOO = 1;

Expand Down

0 comments on commit 9fd1652

Please sign in to comment.