mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-24 11:32:43 +03:00
11 lines
141 B
C++
11 lines
141 B
C++
|
#include "XScreen.h"
|
||
|
|
||
|
//
|
||
|
// XScreenOpenFailure
|
||
|
//
|
||
|
|
||
|
CString XScreenOpenFailure::getWhat() const throw()
|
||
|
{
|
||
|
return "XScreenOpenFailure";
|
||
|
}
|