Passage en Namespace et tous les tests fonctionnels OK

This commit is contained in:
2021-05-10 11:48:15 +02:00
parent 536dd0d56b
commit eb30d8ef97
56 changed files with 1091 additions and 964 deletions

View File

@@ -78,7 +78,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -163,7 +163,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -191,7 +191,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckWrite ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -227,7 +227,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -259,7 +259,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckWrite ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -301,7 +301,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -347,7 +347,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -390,7 +390,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -430,7 +430,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -468,7 +468,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}
@@ -506,7 +506,7 @@ class Authorizationdb extends Authorization
{
$this->treecheckExecute ($object);
}
catch (Exception $e)
catch (\Exception $e)
{
throw new \Exception ($e->getMessage(), 405);
}