Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit b0adc41

Browse files
committed
up
1 parent c3e4eea commit b0adc41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"files" : [
2424
"src/functions.php",
25-
"src/some_exception.php"
25+
"src/exceptions.php"
2626
]
2727
},
2828
"suggest": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Inhere\Exceptions;
44

5+
/**
6+
* {@inheritDoc}
7+
*/
58
abstract class BaseException extends \Exception
69
{
710
/**

0 commit comments

Comments
 (0)