* Make TimestampException a regular exception. * Make DatabaseBase use ConvertableTimestamp. Change-Id: I849737c9c187e8e0c6e080887ec0656e034f80d2
7 lines
77 B
PHP
7 lines
77 B
PHP
<?php
|
|
|
|
/**
|
|
* @since 1.20
|
|
*/
|
|
class TimestampException extends Exception {
|
|
}
|