mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Closed #18
This commit is contained in:
@ -7,7 +7,7 @@ class UserController
|
||||
public function listAction()
|
||||
{
|
||||
$this->context->subTitle = 'users';
|
||||
throw new Exception('Not implemented');
|
||||
throw new SimpleException('Not implemented');
|
||||
}
|
||||
|
||||
/**
|
||||
@ -17,6 +17,6 @@ class UserController
|
||||
public function viewAction($name)
|
||||
{
|
||||
$this->context->subTitle = $name;
|
||||
throw new Exception('Not implemented');
|
||||
throw new SimpleException('Not implemented');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user