changed namespace from BSR\Lib to BSR\Webservice

This commit is contained in:
Guillermo Dev
2018-10-09 21:52:51 +02:00
parent 3d0d4fef67
commit 92e6435312
15 changed files with 27 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace BSR\Lib\Exception;
namespace BSR\Webservice\Exception;
class SqlException extends \Exception
{