Browse
For agents
About
SQLite Object Cache
/
1.6.0
SQLite Object Cache
v1.6.0
Switch version
1.6.5
trunk
0.1.7
1.0.0
1.1.0
1.1.1
1.2.0
1.2.1
1.2.2
1.2.3
1.3.0
1.3.1
1.3.2
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.4.0
1.4.1
1.5.1
1.5.4
1.5.5
1.5.6
1.5.7
All 30 releases
Overview
Code
← All changes
|
includes/lib/class-file.php
+1
-1
trunk
→
1.6.0
View file →
@@ -68,9 +68,9 @@
68
68
$found = true;
69
69
}
70
70
}
71
71
if ( ! $found ) {
72
-
throw new Exception( esc_html( 'No opening php tag in ' . $this->filename ) );
72
+
throw new \Exception( 'No opening php tag in ', $this->filename );
73
73
}
74
74
$this->lines = $result;
75
75
return true;
76
76
}