Passage en Namespace et tous les tests fonctionnels OK
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user