Skip to content

Commit

Permalink
Add ServiceException
Browse files Browse the repository at this point in the history
  • Loading branch information
populov committed Jun 7, 2017
1 parent f56d415 commit c61e188
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.5
- Add
ServiceException

1.0.4
- Add Enums Gender, PagingType, PaymentType

Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/PermissionsException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


namespace Saritasa\Exceptions;

/**
Expand Down
9 changes: 9 additions & 0 deletions src/Exceptions/ServiceException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Saritasa\Exceptions;

/**
* Common exception for business logic layer
*/
class ServiceException extends \Exception
{
}

0 comments on commit c61e188

Please sign in to comment.