Changeset 140
- Timestamp:
- 02/20/06 16:09:30 (3 years ago)
- Files:
-
- trunk/ddl/DDLError.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ddl/DDLError.d
r138 r140 36 36 "You have run into a condition not handled, or possibly incorrectly handled, by DDL.\n" ~ 37 37 message ~ 38 "\nPlease create a ticket (or look for similar ones) at http://trac.dsource.org/projects/ddl/newticket, explain the circumstances and paste this message into it. Also, if possible, please attach a minimal, reproducible testcase.\n - Thank You. -" ;38 "\nPlease create a ticket (or look for similar ones) at http://trac.dsource.org/projects/ddl/newticket, explain the circumstances and paste this message into it. Also, if possible, please attach a minimal, reproducible testcase.\n - Thank You. -" 39 39 ); 40 40 }
