mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 22:42:19 +00:00
add moar taglines
This commit is contained in:
parent
5581911e97
commit
5945963aab
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,7 @@ taglines = [
|
||||||
"cannot access private member declared in class",
|
"cannot access private member declared in class",
|
||||||
"class/struct has no member named undefined",
|
"class/struct has no member named undefined",
|
||||||
"connection reset by peer",
|
"connection reset by peer",
|
||||||
"converting caffeine to bugs which sometimes work",
|
"converting caffeine into code",
|
||||||
"creating new and exciting bugs",
|
"creating new and exciting bugs",
|
||||||
"cyclic dependency detected",
|
"cyclic dependency detected",
|
||||||
"destructor cannot be overloaded",
|
"destructor cannot be overloaded",
|
||||||
|
@ -50,6 +50,8 @@ taglines = [
|
||||||
"keep your friends close, but your breakpoints closer",
|
"keep your friends close, but your breakpoints closer",
|
||||||
"kernel panic - not syncing: attempted to kill init",
|
"kernel panic - not syncing: attempted to kill init",
|
||||||
"may the code be with you",
|
"may the code be with you",
|
||||||
|
"mess with the test, fail like the rest",
|
||||||
|
"need input",
|
||||||
"no such file or directory",
|
"no such file or directory",
|
||||||
"out of memory: kill process or sacrifice child",
|
"out of memory: kill process or sacrifice child",
|
||||||
"permission denied (publickey)",
|
"permission denied (publickey)",
|
||||||
|
@ -57,6 +59,7 @@ taglines = [
|
||||||
"put that in your tar pipe and send it",
|
"put that in your tar pipe and send it",
|
||||||
"read-only file system",
|
"read-only file system",
|
||||||
"resource temporarily unavailable",
|
"resource temporarily unavailable",
|
||||||
|
"root is not in the sudoers file. this incident will be reported",
|
||||||
"segmentation fault (core dumped)",
|
"segmentation fault (core dumped)",
|
||||||
"ship things and breakfast",
|
"ship things and breakfast",
|
||||||
"stale nfs file handle",
|
"stale nfs file handle",
|
||||||
|
@ -75,7 +78,6 @@ taglines = [
|
||||||
"why did it have to be bugs",
|
"why did it have to be bugs",
|
||||||
"write error: no space left on device",
|
"write error: no space left on device",
|
||||||
"you can't handle the exception",
|
"you can't handle the exception",
|
||||||
"you're not in the sudoers file. this incident will be reported",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Sidebar: social links
|
# Sidebar: social links
|
||||||
|
|
Loading…
Reference in a new issue