1
0
mirror of synced 2024-12-13 14:56:01 +03:00

[2.0] Fixed missing argument in AbstractFileDriver.

This commit is contained in:
romanb 2010-03-01 22:23:39 +00:00
parent c7dff99bbe
commit 9427a85e4e

View File

@ -196,7 +196,7 @@ abstract class AbstractFileDriver implements Driver
}
}
throw MappingException::mappingFileNotFound($className);
throw MappingException::mappingFileNotFound($className, $fileName);
}
/**